gnome-settings-daemon r64 - in trunk: . plugins/xsettings



Author: jensg
Date: Fri Jan 25 19:30:36 2008
New Revision: 64
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=64&view=rev

Log:
2008-01-25  Jens Granseuer  <jensgr gmx net>

	* plugins/xsettings/gsd-xsettings-manager.c:
	(xft_settings_set_xresources): don't try to reference a non-existing
	variable (left-over cruft from the patch for bug #505470)


Modified:
   trunk/ChangeLog
   trunk/plugins/xsettings/gsd-xsettings-manager.c

Modified: trunk/plugins/xsettings/gsd-xsettings-manager.c
==============================================================================
--- trunk/plugins/xsettings/gsd-xsettings-manager.c	(original)
+++ trunk/plugins/xsettings/gsd-xsettings-manager.c	Fri Jan 25 19:30:36 2008
@@ -478,7 +478,6 @@
         spawn_with_input (command, add_string->str);
 
         g_string_free (add_string, TRUE);
-        g_free (old_locale);
 }
 
 /* We mirror the Xft properties both through XSETTINGS and through



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]