revert some key code to pre branch landing so that typing works correctly

This commit is contained in:
pavlov%netscape.com 1999-10-18 16:08:16 +00:00
Родитель 1228f0c794
Коммит 4e1b456d92
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -751,7 +751,8 @@ gint handle_key_press_event(GtkWidget *w, GdkEventKey* event, gpointer p)
// character code. Note we have to check for modifier keys, since
// gtk returns a character value for them
//
#ifdef USE_XIM
// XXX this doesn't work, so s/USE_XIM_NOT/USE_XIM/ when this works again
#ifdef USE_XIM_NOT
if (event->length) {
static nsIUnicodeDecoder *decoder = nsnull;
if (!decoder) {