[Xfce4-commits] <xfce4-panel:devel> Make disabling the launcher tooltips work.

Nick Schermer noreply at xfce.org
Fri Nov 20 22:18:01 CET 2009


Updating branch refs/heads/devel
         to d0e71e27dac600e6c919009e16d70bd964afe220 (commit)
       from 750bbff6bb5a373ca814b588773b36bcf3f17aea (commit)

commit d0e71e27dac600e6c919009e16d70bd964afe220
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Nov 20 22:16:45 2009 +0100

    Make disabling the launcher tooltips work.

 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 ba2b5b9..00c88f8 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -365,7 +365,6 @@ launcher_plugin_get_property (GObject    *object,
 
       case PROP_DISABLE_TOOLTIPS:
         g_value_set_boolean (value, plugin->disable_tooltips);
-        gtk_widget_set_has_tooltip (plugin->button, !plugin->disable_tooltips);
         break;
 
       case PROP_MOVE_FIRST:
@@ -691,6 +690,7 @@ launcher_plugin_set_property (GObject      *object,
 
       case PROP_DISABLE_TOOLTIPS:
         plugin->disable_tooltips = g_value_get_boolean (value);
+        gtk_widget_set_has_tooltip (plugin->button, !plugin->disable_tooltips);
         break;
 
       case PROP_MOVE_FIRST:



More information about the Xfce4-commits mailing list