[Xfce4-commits] r29879 - xfce4-panel/branches/xfce_4_6/plugins/launcher
Olivier Fourdan
olivier at xfce.org
Tue Apr 21 15:36:06 CEST 2009
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);
More information about the Xfce4-commits
mailing list