summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
authorCallum McKenzie <callum@src.gnome.org>2009-02-16 23:48:56 +0000
committerCallum McKenzie <callum@src.gnome.org>2009-02-16 23:48:56 +0000
commit43642461e801a4dd2c8127d673e8b1ed716a561f (patch)
tree1cff875c43dedbcfa697ff6b97d52c3d21bc508f /stickynotes
parent313e94709ca3f09a2bba5c79b82d6be08bb5256a (diff)
More deprecated function replacement. Why didn't GTK_DISABLE_DEPRECATED pick these up?
svn path=/trunk/; revision=11289
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/ChangeLog4
-rw-r--r--stickynotes/stickynotes_applet_callbacks.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog
index a8813137c..cb273482c 100644
--- a/stickynotes/ChangeLog
+++ b/stickynotes/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-17 Callum McKenzie <callum@spooky-possum.org>
+
+ * stickynotes_applet_callbacks.c: Replace more deprecated functions.
+
2009-02-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* docs/eu/eu.po: Added Basque translation.
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c
index cbc0dd14e..54b1b9d99 100644
--- a/stickynotes/stickynotes_applet_callbacks.c
+++ b/stickynotes/stickynotes_applet_callbacks.c
@@ -210,7 +210,7 @@ applet_change_bg_cb (PanelApplet *panel_applet,
gtk_widget_set_style (GTK_WIDGET (applet->w_applet), NULL);
rc_style = gtk_rc_style_new ();
gtk_widget_modify_style (GTK_WIDGET (applet->w_applet), rc_style);
- gtk_rc_style_unref (rc_style);
+ g_object_unref (rc_style);
switch (type)
{