[gnome-terminal/gnome-2-26] Fix profile editor on new profile being greyed out
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-terminal/gnome-2-26] Fix profile editor on new profile being greyed out
- Date: Mon, 29 Jun 2009 12:15:30 +0000 (UTC)
commit aaa44392395c10718326d918200433d6e676d5ad
Author: Christian Persch <chpe gnome org>
Date: Mon Jun 29 14:06:30 2009 +0200
Fix profile editor on new profile being greyed out
Bug #584943.
src/terminal-profile.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/terminal-profile.c b/src/terminal-profile.c
index 2f669a9..56d2165 100644
--- a/src/terminal-profile.c
+++ b/src/terminal-profile.c
@@ -925,12 +925,6 @@ terminal_profile_init (TerminalProfile *profile)
priv->locked = g_new0 (gboolean, LAST_PROP);
- /* Lock all props by default. If GConf is working and allows writing
- * to the resp. keys, we'll unlock in the notification handler.
- */
- for (i = 0; i < LAST_PROP; ++i)
- priv->locked[i] = TRUE;
-
priv->properties = g_value_array_new (LAST_PROP);
for (i = 0; i < LAST_PROP; ++i)
g_value_array_append (priv->properties, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]