! 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 !
dpyname undefined in plugins/launcher/launcher-exec.c
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
Launcher

Comments

Description Christoph Mende 2008-12-08 11:23:32 CET
gchar *dypname; is on line 437 between #ifdef HAVE_LIBSTARTUP_NOTIFICATION and #else, but the variable is used on lines 495-497 between #else and #endif, resulting in:
launcher-exec.c: In function 'launcher_exec_on_screen':
launcher-exec.c:495: error: 'dpyname' undeclared (first use in this function)
launcher-exec.c:495: error: (Each undeclared identifier is reported only once
launcher-exec.c:495: error: for each function it appears in.)
when compiled with --disable-startup-notification
Comment 1 Nick Schermer editbugs 2008-12-08 15:35:30 CET
Should be fixed in revision 28992.

Bug #4693

Reported by:
Christoph Mende
Reported on: 2008-12-08
Last modified on: 2010-02-27

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
4.7 (master)

Attachments

Additional information