mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Free name of old theme when new theme is loaded.
* src/core/prefs.c: Free name of old theme when new theme is loaded. svn path=/trunk/; revision=4094
This commit is contained in:
@ -1333,6 +1333,8 @@ theme_name_handler (MetaPreference pref,
|
||||
const gchar *string_value,
|
||||
gboolean *inform_listeners)
|
||||
{
|
||||
g_free (current_theme);
|
||||
|
||||
/* Fallback crackrock */
|
||||
if (string_value == NULL)
|
||||
current_theme = g_strdup ("Atlanta");
|
||||
|
Reference in New Issue
Block a user