Updating branch refs/heads/master
         to 02c180686f7d1ba0e1f4e85e8e83bacab152f626 (commit)
       from 2943a28a39795ea0a44d20137ee1b3b6b0f2744c (commit)

commit 02c180686f7d1ba0e1f4e85e8e83bacab152f626
Author: Nick Schermer <n...@xfce.org>
Date:   Wed Apr 4 14:49:06 2012 +0200

    Use a normal ExoBinding.
    
    THe mutual binding reported a leak and it not needed.

 thunar/thunar-icon-factory.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-icon-factory.c b/thunar/thunar-icon-factory.c
index 2159720..de15f92 100644
--- a/thunar/thunar-icon-factory.c
+++ b/thunar/thunar-icon-factory.c
@@ -698,7 +698,8 @@ thunar_icon_factory_get_for_icon_theme (GtkIconTheme 
*icon_theme)
 
       /* connect the "show-thumbnails" property to the global preference */
       factory->preferences = thunar_preferences_get ();
-      exo_mutual_binding_new (G_OBJECT (factory->preferences), 
"misc-show-thumbnails", G_OBJECT (factory), "show-thumbnails");
+      exo_binding_new (G_OBJECT (factory->preferences), "misc-show-thumbnails",
+                       G_OBJECT (factory), "show-thumbnails");
     }
   else
     {
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to