metacity r4094 - in trunk: . src/core
- From: tthurman svn gnome org
- To: svn-commits-list gnome org
- Subject: metacity r4094 - in trunk: . src/core
- Date: Wed, 28 Jan 2009 02:08:09 +0000 (UTC)
Author: tthurman
Date: Wed Jan 28 02:08:09 2009
New Revision: 4094
URL: http://svn.gnome.org/viewvc/metacity?rev=4094&view=rev
Log:
* src/core/prefs.c: Free name of old theme when new theme
is loaded.
Modified:
trunk/ChangeLog
trunk/src/core/prefs.c
Modified: trunk/src/core/prefs.c
==============================================================================
--- trunk/src/core/prefs.c (original)
+++ trunk/src/core/prefs.c Wed Jan 28 02:08:09 2009
@@ -1333,6 +1333,8 @@
const gchar *string_value,
gboolean *inform_listeners)
{
+ g_free (current_theme);
+
/* Fallback crackrock */
if (string_value == NULL)
current_theme = g_strdup ("Atlanta");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]