[Xfce-bugs] [XFCE 0000306]: xfce4-mixer/main.c calls xfce_mixer_prefbox_new without plugin argument
xfce-bugs at xfce.org
xfce-bugs at xfce.org
Thu Aug 26 20:12:00 CEST 2004
The following bug has been RESOLVED.
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=306
=======================================================================
Reporter: davidfraser
Handler: dannym
=======================================================================
Project: XFCE
Bug ID: 0000306
Category: other
Reproducibility: always
Severity: tweak
Priority: normal
Status: resolved
Resolution: fixed
=======================================================================
Date Submitted: 2004-08-26 12:22 GMT
Last Modified: 2004-08-26 18:12 GMT
=======================================================================
Summary: xfce4-mixer/main.c calls xfce_mixer_prefbox_new without plugin argument
Description:
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);
=======================================================================
-----------------------------------------------------------------------
dannym - 2004-08-26 18:11 GMT
-----------------------------------------------------------------------
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 :)
-----------------------------------------------------------------------
dannym - 2004-08-26 18:12 GMT
-----------------------------------------------------------------------
removed main.c from Makefile*
More information about the Xfce-bugs
mailing list