mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Initialise variable. Bug #423064.
2007-03-26 Christian Persch <chpe@gnome.org> * gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable. Bug #423064. svn path=/trunk/; revision=17564
This commit is contained in:
parent
aa18d7d6db
commit
bab3676f95
@ -1,3 +1,7 @@
|
||||
2007-03-26 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable. Bug #423064.
|
||||
|
||||
2007-03-24 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
|
||||
|
@ -680,6 +680,7 @@ gtk_rc_context_get (GtkSettings *settings)
|
||||
context->rc_sets_class = NULL;
|
||||
context->rc_files = NULL;
|
||||
context->default_style = NULL;
|
||||
context->reloading = FALSE;
|
||||
|
||||
g_object_get (settings,
|
||||
"gtk-theme-name", &context->theme_name,
|
||||
|
Loading…
Reference in New Issue
Block a user