gnome-terminal r2818 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2818 - trunk/src
- Date: Thu, 29 May 2008 19:57:08 +0000 (UTC)
Author: chpe
Date: Thu May 29 19:57:08 2008
New Revision: 2818
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2818&view=rev
Log:
Make the checkboxes in the keybinding editor not be inverted. Bug #143592.
Modified:
trunk/src/keybinding-editor.glade
trunk/src/terminal-accels.c
Modified: trunk/src/keybinding-editor.glade
==============================================================================
--- trunk/src/keybinding-editor.glade (original)
+++ trunk/src/keybinding-editor.glade Thu May 29 19:57:08 2008
@@ -68,7 +68,7 @@
<widget class="GtkCheckButton" id="disable-mnemonics-checkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Disable all me_nu access keys (such as Alt+f to open File menu)</property>
+ <property name="label" translatable="yes">_Enable menu access keys (such as Alt+F to open the File menu)</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -121,7 +121,7 @@
<widget class="GtkCheckButton" id="disable-menu-accel-checkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Disable m_enu shortcut key (F10 by default)</property>
+ <property name="label" translatable="yes">Enable the _menu shortcut key (F10 by default)</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
Modified: trunk/src/terminal-accels.c
==============================================================================
--- trunk/src/terminal-accels.c (original)
+++ trunk/src/terminal-accels.c Thu May 29 19:57:08 2008
@@ -806,9 +806,9 @@
app = terminal_app_get ();
terminal_util_bind_object_property_to_widget (G_OBJECT (app), TERMINAL_APP_ENABLE_MNEMONICS,
- disable_mnemonics_button, FLAG_INVERT_BOOL);
+ disable_mnemonics_button, 0);
terminal_util_bind_object_property_to_widget (G_OBJECT (app), TERMINAL_APP_ENABLE_MENU_BAR_ACCEL,
- disable_menu_accel_button, FLAG_INVERT_BOOL);
+ disable_menu_accel_button, 0);
/* Column 1 */
cell_renderer = gtk_cell_renderer_text_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]