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

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

Modified: xfce4-panel/branches/xfce_4_6/plugins/launcher/launcher.c
===================================================================
--- xfce4-panel/branches/xfce_4_6/plugins/launcher/launcher.c   2009-04-21 
13:33:08 UTC (rev 29878)
+++ xfce4-panel/branches/xfce_4_6/plugins/launcher/launcher.c   2009-04-21 
13:36:06 UTC (rev 29879)
@@ -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);

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to