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
This commit is contained in:
Damon Chaplin
2001-08-21 23:05:01 +00:00
committed by Damon Chaplin
parent 9e20b50bd1
commit 06def2fd56
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-08-21 Damon Chaplin <damon@ximian.com>
* e-gray-bar.c (endarken_style): unref the rc_style.
2001-08-21 Ettore Perazzoli <ettore@ximian.com>
* e-shell.c: #include "e-shell-startup-wizard.h".

View File

@ -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);
}