gnome-terminal r2524 - in trunk: . src



Author: kmaraas
Date: Wed Mar 26 20:46:29 2008
New Revision: 2524
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2524&view=rev

Log:
2008-03-26  Kjartan Maraas  <kmaraas gnome org>

	* src/terminal-profile.c: (terminal_profile_create):
	Patch from chantra at debuntu.com to fix the exit action.
	Closes bug #518184.

Modified:
   trunk/ChangeLog
   trunk/src/terminal-profile.c

Modified: trunk/src/terminal-profile.c
==============================================================================
--- trunk/src/terminal-profile.c	(original)
+++ trunk/src/terminal-profile.c	Wed Mar 26 20:46:29 2008
@@ -2774,7 +2774,7 @@
   key = gconf_concat_dir_and_key (profile_dir,
                                   KEY_EXIT_ACTION);
 
-  cs = gconf_enum_to_string (scrollbar_positions,
+  cs = gconf_enum_to_string (exit_actions,
                              base_priv->exit_action);
   
   gconf_client_set_string (base_priv->conf,



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