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:
Christian Persch 2007-03-26 21:00:17 +00:00 committed by Christian Persch
parent aa18d7d6db
commit bab3676f95
2 changed files with 5 additions and 0 deletions

View File

@ -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):

View File

@ -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,