summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-27 02:54:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-27 02:54:40 +0000
commit0205a7bdf2fd7e2c696332c462ec66c15572e01e (patch)
tree1b72feca61f980f9f86f57b661ee0b0cf87c8508 /gtk/gtkimcontextsimple.c
parent807336c7203fa3a06ff59529a17b6a1353ff2765 (diff)
downloadgtk+-0205a7bdf2fd7e2c696332c462ec66c15572e01e.tar.gz
Remove these files from CVS so we more-or-less current versions from
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com> * config.status config.guess: Remove these files from CVS so we more-or-less current versions from automake --add-missing. (Reported by Finlay Dobbie, #60342) * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the corresponding main keyboard characters in that way. (#61561, Padraig O'Briain)
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index 3f605f9f6d..937a1a81eb 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -1135,7 +1135,7 @@ gtk_im_context_simple_filter_keypress (GtkIMContext *context,
else
return FALSE;
}
-
+
/* Ignore modifier key presses
*/
for (i=0; i < G_N_ELEMENTS (gtk_compose_ignore); i++)