[Xfce4-commits] <thunar:master> Use a normal ExoBinding.
Nick Schermer
noreply at xfce.org
Wed Apr 4 14:50:02 CEST 2012
Updating branch refs/heads/master
to 02c180686f7d1ba0e1f4e85e8e83bacab152f626 (commit)
from 2943a28a39795ea0a44d20137ee1b3b6b0f2744c (commit)
commit 02c180686f7d1ba0e1f4e85e8e83bacab152f626
Author: Nick Schermer <nick at 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
{
More information about the Xfce4-commits
mailing list