[team-gnome-gr] gtk+ r21844 - in branches/gtk-2-14: . gtk
- From: simos svn gnome org
- To: svn-commits-list gnome org
- Subject: [team-gnome-gr] gtk+ r21844 - in branches/gtk-2-14: . gtk
- Date: Thu, 4 Dec 2008 00:49:17 +0000 (UTC)
Author: simos
Date: Thu Dec 4 00:49:17 2008
New Revision: 21844
URL: http://svn.gnome.org/viewvc/gtk+?rev=21844&view=rev
Log:
Fixed 557420#23 – Updated the dead key lower bound back to dead_grave.
Modified:
branches/gtk-2-14/ChangeLog
branches/gtk-2-14/gtk/gtkimcontextsimple.c
Modified: branches/gtk-2-14/gtk/gtkimcontextsimple.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkimcontextsimple.c (original)
+++ branches/gtk-2-14/gtk/gtkimcontextsimple.c Thu Dec 4 00:49:17 2008
@@ -415,7 +415,7 @@
* In future versions it will be just the keysym (no +1).
*/
#define IS_DEAD_KEY(k) \
- ((k) >= GDK_dead_stroke && (k) <= (GDK_dead_dasia+1))
+ ((k) >= GDK_dead_grave && (k) <= (GDK_dead_dasia+1))
static gboolean
check_algorithmically (GtkIMContextSimple *context_simple,
_______________________________________________
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]