Fix reversed > that was causing Home to go to end of previous line.
Tue Nov 14 20:13:06 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix reversed > that was causing Home to go to end of previous line. * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore modified-keypresses (leave for bindings.) * modules/input/Makefile.am: Remove useless -export-dynamic from module LDFLAGS.
This commit is contained in:
@@ -35,16 +35,16 @@ LDADDS = @STRIP_BEGIN@ \
|
||||
moduledir = $(libdir)/gtk-2.0/$(GTK_VERSION)/immodules
|
||||
module_LTLIBRARIES = im-cyrillic-translit.la im-xim.la im-viqr.la im-thai-broken.la
|
||||
|
||||
im_cyrillic_translit_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
|
||||
im_cyrillic_translit_la_LDFLAGS = -rpath $(libdir) -avoid-version -module
|
||||
im_cyrillic_translit_la_SOURCES = imcyrillic-translit.c
|
||||
|
||||
im_thai_broken_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
|
||||
im_thai_broken_la_LDFLAGS = -rpath $(libdir) -avoid-version -module
|
||||
im_thai_broken_la_SOURCES = imthai-broken.c
|
||||
|
||||
im_viqr_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
|
||||
im_viqr_la_LDFLAGS = -rpath $(libdir) -avoid-version -module
|
||||
im_viqr_la_SOURCES = imviqr.c
|
||||
|
||||
im_xim_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
|
||||
im_xim_la_LDFLAGS = -rpath $(libdir) -avoid-version -module
|
||||
im_xim_la_SOURCES = \
|
||||
gtkimcontextxim.c \
|
||||
gtkimcontextxim.h \
|
||||
|
||||
Reference in New Issue
Block a user