Author: nick
Date: 2008-10-20 20:07:30 +0000 (Mon, 20 Oct 2008)
New Revision: 28333
Modified:
libexo/trunk/exo/exo-binding.c
Log:
* Fix a bug in exo_mutual_binding_unbind(), probably not used
by anyone, because it really doesn't work.
Modified: libexo/trunk/exo/exo-binding.c
===================================================================
--- libexo/trunk/exo/exo-binding.c 2008-10-20 18:07:11 UTC (rev 28332)
+++ libexo/trunk/exo/exo-binding.c 2008-10-20 20:07:30 UTC (rev 28333)
@@ -507,7 +507,7 @@
void
exo_mutual_binding_unbind (ExoMutualBinding *binding)
{
- g_signal_handler_disconnect (binding->direct.dst_object,
binding->direct.handler);
+ g_signal_handler_disconnect (binding->reverse.dst_object,
binding->direct.handler);
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits