summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
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)
{