diff options
author | Boby Wang <boby.wang@sun.com> | 2005-12-07 17:48:08 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-12-07 17:48:08 +0800 |
commit | 366fb95772625b6a681599f19c7ece313e6815bf (patch) | |
tree | 3c29efccadfe362123e2d3187d08cd6f52d0af7f /widgets/table/ChangeLog | |
parent | e9655751fb054f9b81d070b3d1264fa2906ed632 (diff) | |
download | gsoc2013-evolution-366fb95772625b6a681599f19c7ece313e6815bf.tar.gz 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/ChangeLog | 6 |
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): |