mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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:
parent
8098c5666c
commit
d42232ec19
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user