]> Pileus Git - ~andy/gtk/commit
Call g_convert(), not g_convert() with fallback, since Emacs is happier if
authorOwen Taylor <otaylor@redhat.com>
Wed, 25 Feb 2004 23:05:48 +0000 (23:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 25 Feb 2004 23:05:48 +0000 (23:05 +0000)
commit6139c61d220c441de0002bae58ca216ef6f6fba1
treef0317b09649b615d9ce34f2e60fa2209fae24fa9
parentdf2ab6f68776c1d1a49529199fc4bef16c867d82
Call g_convert(), not g_convert() with fallback, since Emacs is happier if

Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
        Call g_convert(), not g_convert() with fallback, since Emacs is
        happier if we reject the COMPOUND_TEXT request and it can
        then ask for UTF-8. (#114527)

        * gtk/gtkselection.c (gtk_selection_data_set_text): When
        TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
gdk/x11/gdkselection-x11.c
gtk/gtkselection.c