aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorBoby Wang <boby.wang@sun.com>2005-12-07 17:48:08 +0800
committerHarry Lu <haip@src.gnome.org>2005-12-07 17:48:08 +0800
commit366fb95772625b6a681599f19c7ece313e6815bf (patch)
tree3c29efccadfe362123e2d3187d08cd6f52d0af7f /widgets/table/ChangeLog
parente9655751fb054f9b81d070b3d1264fa2906ed632 (diff)
downloadgsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.gz
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.bz2
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.lz
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.xz
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.zst
gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.zip
Fixes #322740. change the condition expression for GDK_RIGHT and GDK_LEFT.
2005-12-07 Boby Wang <boby.wang@sun.com> Fixes #322740. * e-tree.c: (item_key_press): change the condition expression for GDK_RIGHT and GDK_LEFT. svn path=/trunk/; revision=30736
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 58b7b19302..cdc3165262 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-07 Boby Wang <boby.wang@sun.com>
+
+ Fixes #322740.
+ * e-tree.c: (item_key_press): change the condition
+ expression for GDK_RIGHT and GDK_LEFT.
+
2005-12-06 Li Yuan <li.yuan@sun.com>
* e-tree.c: (table_canvas_focus_event_cb):