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:
committed by
Damon Chaplin
parent
9e20b50bd1
commit
06def2fd56
@ -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".
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user