diff options
author | Callum McKenzie <callum@src.gnome.org> | 2009-02-16 23:48:56 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2009-02-16 23:48:56 +0000 |
commit | 43642461e801a4dd2c8127d673e8b1ed716a561f (patch) | |
tree | 1cff875c43dedbcfa697ff6b97d52c3d21bc508f /mixer | |
parent | 313e94709ca3f09a2bba5c79b82d6be08bb5256a (diff) |
More deprecated function replacement. Why didn't GTK_DISABLE_DEPRECATED pick these up?
svn path=/trunk/; revision=11289
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: |