! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Possible syntax error in launcher.c
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
Launcher

Comments

Description koaps 2009-10-07 18:01:40 CEST
I'm not sure if quicklauncher is the same as launcher.

PATH:

xfce4-panel-4.6.1/plugins/launcher

but during make process I get an error:

launcher.c: In function âlauncher_icon_button_set_tooltipâ:
launcher.c:428: error: expected statement before â)â token


Looking at the code at line 428 it looks like there's two parenthesis when there should only be one:

-       && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON))

+       && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON)
Comment 1 Lionel Le Folgoc 2011-08-17 22:53:24 CEST
Hi,

No, this is not the same. But this was fixed a long time ago (cf. <http://git.xfce.org/xfce/xfce4-panel/commit/?h=xfce-4.6&id=f6725d6bb8bcb244774065328c45406afa67eec1>).

Bug #5841

Reported by:
koaps
Reported on: 2009-10-07
Last modified on: 2011-08-17

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Attachments

Additional information