Revert the change from yesterday, since it leads to assertion failures.

2005-10-04  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
	from yesterday, since it leads to assertion failures.  (#317879,
	Sebastian Bacher)
This commit is contained in:
Matthias Clasen 2005-10-04 04:20:02 +00:00 committed by Matthias Clasen
parent 8098c5666c
commit d42232ec19
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-10-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
from yesterday, since it leads to assertion failures. (#317879,
Sebastian Bacher)
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Call

View File

@ -1,3 +1,9 @@
2005-10-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
from yesterday, since it leads to assertion failures. (#317879,
Sebastian Bacher)
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Call

View File

@ -1337,9 +1337,6 @@ gtk_rc_clear_realized_style (gpointer key,
{
GSList *rc_styles = key;
GSList *tmp_list = rc_styles;
GtkStyle *style = value;
g_object_unref (style);
while (tmp_list)
{