diff options
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/ChangeLog | 4 | ||||
-rw-r--r-- | mixer/applet.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mixer/ChangeLog b/mixer/ChangeLog index 5aee3c87e..8d72f6057 100644 --- a/mixer/ChangeLog +++ b/mixer/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Callum McKenzie <callum@spooky-possum.org> + + * applet.c: Replace more deprecated functions. + 2009-02-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * docs/eu/eu.po: Added Basque translation. diff --git a/mixer/applet.c b/mixer/applet.c index 56eba79d9..e75de9b1d 100644 --- a/mixer/applet.c +++ b/mixer/applet.c @@ -960,7 +960,7 @@ gnome_volume_applet_background (PanelApplet *_applet, gtk_widget_set_style (GTK_WIDGET (applet), NULL); rc_style = gtk_rc_style_new (); gtk_widget_modify_style (GTK_WIDGET (applet), rc_style); - gtk_rc_style_unref (rc_style); + g_object_unref (rc_style); switch (type) { case PANEL_NO_BACKGROUND: |