gcalctool r2050 - in branches/gnome-2-22: . gcalctool



Author: rancell
Date: Mon Apr  7 11:56:42 2008
New Revision: 2050
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2050&view=rev

Log:
Handle shift-asterisk and asterisk for multiply (the later occurs on the french keyboard) (Bug #526671)


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 Apr  7 11:56:42 2008
@@ -223,8 +223,8 @@
     { GDK_minus, GDK_KP_Subtract, GDK_R4, 0 }},
 
     {KEY_MULTIPLY,           "multiply",
-    { GDK_SHIFT_MASK, 0,               0,      0 },
-    { GDK_asterisk,   GDK_KP_Multiply, GDK_R6, 0 }},
+    { 0,            GDK_SHIFT_MASK, 0,               0,      0 },
+    { GDK_asterisk, GDK_asterisk,   GDK_KP_Multiply, GDK_R6, 0 }},
 
     {KEY_DIVIDE,             "divide",
     { 0,         GDK_SHIFT_MASK, 0,             0,      GDK_SHIFT_MASK, 0 },



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