[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
Wed Sep 8 02:01:32 CEST 2004
The following bug has been CLOSED
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=0000306
=======================================================================
Reporter: davidfraser
Handler: dannym
=======================================================================
Project: XFCE
Bug ID: 0000306
Category: other
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
=======================================================================
Date Submitted: 2004-08-26 12:22 UTC
Last Modified: 2004-09-08 00:01 UTC
=======================================================================
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 UTC
-----------------------------------------------------------------------
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 UTC
-----------------------------------------------------------------------
removed main.c from Makefile*
-----------------------------------------------------------------------
kelnos - 2004-09-08 00:01 UTC
-----------------------------------------------------------------------
mass closing some old resolved bugs; please reopen if in error
More information about the Xfce-bugs
mailing list