gcalctool r2016 - in branches/gnome-2-22: . gcalctool
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: gcalctool r2016 - in branches/gnome-2-22: . gcalctool
- Date: Mon, 10 Mar 2008 19:22:11 +0000 (GMT)
Author: richb
Date: Mon Mar 10 19:22:11 2008
New Revision: 2016
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2016&view=rev
Log:
* Fixed bug #521620 - Impossible to type "(" in the GUI.
This fix will be for the GNOME 2.22.1 release.
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/gcalctool/gtk.c
Modified: branches/gnome-2-22/gcalctool/gtk.c
==============================================================================
--- branches/gnome-2-22/gcalctool/gtk.c (original)
+++ branches/gnome-2-22/gcalctool/gtk.c Mon Mar 10 19:22:11 2008
@@ -207,12 +207,12 @@
{ GDK_equal, GDK_KP_Enter, GDK_Return, GDK_equal, 0 }},
{KEY_START_BLOCK, "start_group",
- { GDK_SHIFT_MASK, 0 },
- { GDK_parenleft, 0 }},
+ { 0, GDK_SHIFT_MASK, 0 },
+ { GDK_parenleft, GDK_parenleft, 0 }},
{KEY_END_BLOCK, "end_group",
- { GDK_SHIFT_MASK, 0 },
- { GDK_parenright, 0 }},
+ { 0, GDK_SHIFT_MASK, 0 },
+ { GDK_parenright, GDK_parenright, 0 }},
{KEY_ADD, "add",
{ GDK_SHIFT_MASK, 0, 0, 0 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]