From 06def2fd565fcc71f2d829e53cbc1beb73d8b528 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 21 Aug 2001 23:05:01 +0000 Subject: unref the rc_style. 2001-08-21 Damon Chaplin * e-gray-bar.c (endarken_style): unref the rc_style. svn path=/trunk/; revision=12373 --- shell/ChangeLog | 4 ++++ shell/e-gray-bar.c | 1 + 2 files changed, 5 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index a695bb2a3f..c488b67276 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-08-21 Damon Chaplin + + * e-gray-bar.c (endarken_style): unref the rc_style. + 2001-08-21 Ettore Perazzoli * e-shell.c: #include "e-shell-startup-wizard.h". diff --git a/shell/e-gray-bar.c b/shell/e-gray-bar.c index e5b0aca94a..1a4c8a93f4 100644 --- a/shell/e-gray-bar.c +++ b/shell/e-gray-bar.c @@ -49,6 +49,7 @@ endarken_style (GtkWidget *widget) rc_style->bg[GTK_STATE_NORMAL].blue = 0x8000; gtk_widget_modify_style (widget, rc_style); + gtk_rc_style_unref (rc_style); } -- cgit v1.2.3