! 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 !
xfce4-mixer/main.c calls xfce_mixer_prefbox_new without plugin argument
Status:
CLOSED: FIXED
Product:
Xfce4-mixer
Component:
General

Comments

Description davidf 2004-08-26 12:22:24 CEST
When calling xfce_mixer_prefbox_new from xfce4-mixer/panel-plugin/main.c,
parameter is missing.
Contrast call in xfce4-mixer/panel-plugin/plugin.c
So compilation fails. putting in NULL makes compilation succeed ; but not sure
this is correct:

diff -r1.1 main.c
19c19
< w = xfce_mixer_prefbox_new ();
---
> w = xfce_mixer_prefbox_new (NULL);
Comment 1 davidf 2004-08-26 12:22:26 CEST
Additional information:

cvs revision numbers:
main.c - 1.1
plugin.c - 1.14
xfce-mixer-prefbox.c - 1.20
Comment 2 dannym editbugs 2004-08-26 18:11:36 CEST
yeah, I wonder how main.c got into the Makeifile.
Anyways I removed it again.

main.c in this case was only for testing :)

the actual main module is plugin.c, as you noted :)
Comment 3 dannym editbugs 2004-08-26 18:12:00 CEST
removed main.c from Makefile*
Comment 4 Brian J. Tarricone (not reading bugmail) 2004-09-08 00:01:32 CEST
mass closing some old resolved bugs; please reopen if in error
Comment 5 Brian J. Tarricone (not reading bugmail) 2004-10-12 22:25:26 CEST
mass reassign from zz-do-not-use to general, so i can remove the zz-do-not-use
component.  sorry for the spam, search for this string to filter these:
fis7cldoq35p3kjdu74emc

Bug #306

Reported by:
davidf
Reported on: 2004-08-26
Last modified on: 2009-07-15

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Additional information