Author: ek.kato
Date: Tue Jan 27 03:02:55 2009
New Revision: 5785
Modified:
trunk/helper/dict-word-list-win-gtk.c
Log:
* helper/dict-word-win-gtk.c (word_list_key_press_cb) : Handle
GDK_BackSpace.
Modified: trunk/helper/dict-word-list-win-gtk.c
==============================================================================
--- trunk/helper/dict-word-list-win-gtk.c (original)
+++ trunk/helper/dict-word-list-win-gtk.c Tue Jan 27 03:02:55 2009
@@ -705,6 +705,7 @@
{
switch (event->keyval) {
case GDK_Delete:
+ case GDK_BackSpace:
ACTIVATE_ACTION(window, "RemoveWord");
break;
default: