set name to the name of the theme when falling back

This commit is contained in:
Dana Jansens 2007-05-30 13:39:10 +00:00
parent 9a3464b8e3
commit 65144cc562

View file

@ -90,6 +90,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
g_message("Unable to load the theme '%s'", DEFAULT_THEME); g_message("Unable to load the theme '%s'", DEFAULT_THEME);
return NULL; return NULL;
} }
name = DEFAULT_THEME;
} }
ps.inst = inst; ps.inst = inst;