Updating branch refs/heads/switch-to-exo-1
to 7b364ccf40ae45876cbaec21dbf8887138db220d (commit)
from 00f64282127887d1862f9fd030bb1b0d889c02f6 (commit)
commit 7b364ccf40ae45876cbaec21dbf8887138db220d
Author: Jannis Pohlmann <[email protected]>
Date: Thu Aug 13 16:07:52 2009 +0200
Use g_object_ref_sink() instead of exo_gtk_object_ref_sink().
plugins/launcher/launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index a9fcc4e..492c1ca 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1032,7 +1032,7 @@ launcher_plugin_new (XfcePanelPlugin *plugin)
#if !LAUNCHER_NEW_TOOLTIP_API
/* create tooltips */
launcher->tips = gtk_tooltips_new ();
- exo_gtk_object_ref_sink (GTK_OBJECT (launcher->tips));
+ g_object_ref_sink (G_OBJECT (launcher->tips));
#endif
/* create widgets */
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits