[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 14:22:25 CEST 2004


The following NEW bug has been ADDED.
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=306
=======================================================================
Reporter:                   davidfraser
Handler:                    
=======================================================================
Project:                    XFCE
Bug ID:                     0000306
Category:                   other
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     new
=======================================================================
Date Submitted:             2004-08-26 12:22 GMT
Last Modified:              2004-08-26 12:22 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);

=======================================================================



More information about the Xfce-bugs mailing list