Merged from trunk:

2007-04-16  Dan Williams  <dcbw@redhat.com>

	Merged from trunk:

	* gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable (#423064)


svn path=/branches/gtk-2-10/; revision=17605
This commit is contained in:
Dan Williams
2007-04-16 17:13:17 +00:00
committed by Dan Williams
parent bf27e8b0f3
commit 71021b0efd
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2007-04-16 Dan Williams <dcbw@redhat.com>
Merged from trunk:
* gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable (#423064)
2007-04-16 Alexander Larsson <alexl@redhat.com>
Merged from trunk:

View File

@@ -678,6 +678,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,