Author: hawk Date: Tue Oct 7 09:10:23 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix broken diacritics on intl keyboards (see gnome bug #554192), patch taken from gentoo
---- Files affected: SOURCES: gtk+2-reorder-compose-key-table-order.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gtk+2-reorder-compose-key-table-order.patch diff -u /dev/null SOURCES/gtk+2-reorder-compose-key-table-order.patch:1.1 --- /dev/null Tue Oct 7 11:10:24 2008 +++ SOURCES/gtk+2-reorder-compose-key-table-order.patch Tue Oct 7 11:10:18 2008 @@ -0,0 +1,20 @@ +Index: gtk/gtkimcontextsimple.c +=================================================================== +--- gtk/gtkimcontextsimple.c (revision 21564) ++++ gtk/gtkimcontextsimple.c (working copy) +@@ -933,12 +933,12 @@ + return TRUE; + tmp_list = tmp_list->next; + } +- +- if (check_algorithmically (context_simple, n_compose)) +- return TRUE; + + if (check_compact_table (context_simple, >k_compose_table_compact, n_compose)) + return TRUE; ++ ++ if (check_algorithmically (context_simple, n_compose)) ++ return TRUE; + } + + /* The current compose_buffer doesn't match anything */ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
