gtk+ r21613 - in trunk: . gtk
- From: simos svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21613 - in trunk: . gtk
- Date: Wed, 8 Oct 2008 23:04:54 +0000 (UTC)
Author: simos
Date: Wed Oct 8 23:04:54 2008
New Revision: 21613
URL: http://svn.gnome.org/viewvc/gtk+?rev=21613&view=rev
Log:
Fixed Bug 554192 â deadkey-only compose sequences now working
Modified:
trunk/ChangeLog
trunk/gtk/gtkimcontextsimple.c
Modified: trunk/gtk/gtkimcontextsimple.c
==============================================================================
--- trunk/gtk/gtkimcontextsimple.c (original)
+++ trunk/gtk/gtkimcontextsimple.c Wed Oct 8 23:04:54 2008
@@ -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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]