initialize rc_priv in the else branch too. (#445539)
2007-06-09 Carlos Garnacho <carlos@imendio.com> * gtk/gtkrc.c (gtk_rc_parse_engine): initialize rc_priv in the else branch too. (#445539) svn path=/trunk/; revision=18084
This commit is contained in:

committed by
Carlos Garnacho

parent
58f51e68ec
commit
705d6545e5
@ -3658,6 +3658,7 @@ gtk_rc_parse_engine (GtkRcContext *context,
|
||||
{
|
||||
GtkRcStyleClass *new_class;
|
||||
|
||||
rc_priv = GTK_RC_STYLE_GET_PRIVATE (*rc_style);
|
||||
new_style = gtk_theme_engine_create_rc_style (engine);
|
||||
g_type_module_unuse (G_TYPE_MODULE (engine));
|
||||
|
||||
|
Reference in New Issue
Block a user