aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-gray-bar.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-22 07:05:01 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-22 07:05:01 +0800
commit06def2fd565fcc71f2d829e53cbc1beb73d8b528 (patch)
tree3d0401bccbb193083fd54ffafa63138966f56398 /shell/e-gray-bar.c
parent9e20b50bd1965b8c26bf6fa59f513c93fe05fa4c (diff)
downloadgsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar.gz
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar.bz2
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar.lz
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar.xz
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.tar.zst
gsoc2013-evolution-06def2fd565fcc71f2d829e53cbc1beb73d8b528.zip
unref the rc_style.
2001-08-21 Damon Chaplin <damon@ximian.com> * e-gray-bar.c (endarken_style): unref the rc_style. svn path=/trunk/; revision=12373
Diffstat (limited to 'shell/e-gray-bar.c')
-rw-r--r--shell/e-gray-bar.c1
1 files changed, 1 insertions, 0 deletions
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);
}