Fix the sorting of GDK_KP_Equal

svn path=/trunk/; revision=22436
This commit is contained in:
Matthias Clasen 2009-03-02 03:12:09 +00:00
parent 1bead64c46
commit 996a68c491
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 552619 File Chooser no longer automatically enters newly created

View File

@ -116,7 +116,6 @@
#define GDK_KP_Begin 0xff9d
#define GDK_KP_Insert 0xff9e
#define GDK_KP_Delete 0xff9f
#define GDK_KP_Equal 0xffbd
#define GDK_KP_Multiply 0xffaa
#define GDK_KP_Add 0xffab
#define GDK_KP_Separator 0xffac
@ -133,6 +132,7 @@
#define GDK_KP_7 0xffb7
#define GDK_KP_8 0xffb8
#define GDK_KP_9 0xffb9
#define GDK_KP_Equal 0xffbd
#define GDK_F1 0xffbe
#define GDK_F2 0xffbf
#define GDK_F3 0xffc0