gdm r6192 - in branches/gnome-2-20: . common
- From: bcameron svn gnome org
- To: svn-commits-list gnome org
- Subject: gdm r6192 - in branches/gnome-2-20: . common
- Date: Wed, 30 Apr 2008 20:20:05 +0100 (BST)
Author: bcameron
Date: Wed Apr 30 19:20:05 2008
New Revision: 6192
URL: http://svn.gnome.org/viewvc/gdm?rev=6192&view=rev
Log:
2008-04-30 Brian Cameron <brian cameron sun com>
* common/gdm-config.c: Back-out the last change, it did not work
as I thought it did.
Modified:
branches/gnome-2-20/ChangeLog
branches/gnome-2-20/common/gdm-config.c
Modified: branches/gnome-2-20/common/gdm-config.c
==============================================================================
--- branches/gnome-2-20/common/gdm-config.c (original)
+++ branches/gnome-2-20/common/gdm-config.c Wed Apr 30 19:20:05 2008
@@ -593,7 +593,7 @@
g_return_if_fail (config != NULL);
g_ptr_array_foreach (config->entries, (GFunc)gdm_config_entry_free, NULL);
- g_ptr_array_free (config->entries, FALSE);
+ g_ptr_array_free (config->entries, TRUE);
g_free (config->mandatory_filename);
g_free (config->default_filename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]