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:
committed by
Christian Persch
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>
|
2007-03-24 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
|
* 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_sets_class = NULL;
|
||||||
context->rc_files = NULL;
|
context->rc_files = NULL;
|
||||||
context->default_style = NULL;
|
context->default_style = NULL;
|
||||||
|
context->reloading = FALSE;
|
||||||
|
|
||||||
g_object_get (settings,
|
g_object_get (settings,
|
||||||
"gtk-theme-name", &context->theme_name,
|
"gtk-theme-name", &context->theme_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user