[team-gnome-gr] gtk+ r21613 - in trunk: . gtk
- From: simos svn gnome org
- To: svn-commits-list gnome org
- Subject: [team-gnome-gr] 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 */
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the
modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development mailing list. Email svnmaster gnome
org if interested.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]