[Xfce4-commits] r29880 - xfce4-panel/trunk/plugins/launcher

Olivier Fourdan olivier at xfce.org
Tue Apr 21 15:36:21 CEST 2009


Author: olivier
Date: 2009-04-21 13:36:21 +0000 (Tue, 21 Apr 2009)
New Revision: 29880

Modified:
   xfce4-panel/trunk/plugins/launcher/launcher.c
Log:
Fix typo preventing build on older gtk versions

Modified: xfce4-panel/trunk/plugins/launcher/launcher.c
===================================================================
--- xfce4-panel/trunk/plugins/launcher/launcher.c	2009-04-21 13:36:06 UTC (rev 29879)
+++ xfce4-panel/trunk/plugins/launcher/launcher.c	2009-04-21 13:36:21 UTC (rev 29880)
@@ -425,7 +425,7 @@
     /* create tooltip text */
     if (entry != NULL
         && entry->name 
-        && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON))
+        && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON)
     {
         if (entry->comment)
             string = g_strdup_printf ("%s\n%s", entry->name, entry->comment);




More information about the Xfce4-commits mailing list