gnome-terminal r2750 - trunk/src



Author: chpe
Date: Thu May 29 19:50:45 2008
New Revision: 2750
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2750&view=rev

Log:
Fix the custom command entry sensitivity.


Modified:
   trunk/src/profile-editor.c

Modified: trunk/src/profile-editor.c
==============================================================================
--- trunk/src/profile-editor.c	(original)
+++ trunk/src/profile-editor.c	Thu May 29 19:50:45 2008
@@ -135,7 +135,7 @@
       SET_SENSITIVE ("use-custom-command-checkbutton", !use_custom_locked);
       SET_SENSITIVE ("custom-command-box",
                      terminal_profile_get_property_boolean (profile, TERMINAL_PROFILE_USE_CUSTOM_COMMAND) &&
-                     terminal_profile_property_locked (profile, TERMINAL_PROFILE_CUSTOM_COMMAND));
+                     !terminal_profile_property_locked (profile, TERMINAL_PROFILE_CUSTOM_COMMAND));
     }
 
   if (!prop_name || prop_name == I_(TERMINAL_PROFILE_BACKGROUND_TYPE))



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