diff options
author | David Bordoley <bordoley@msu.edu> | 2003-03-29 00:06:33 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-03-29 00:06:33 +0800 |
commit | d15bb064a753c1087301d830f6ebf036290f26d7 (patch) | |
tree | e4695096c31aa1ec7581af362a2997876ac45f6c /ChangeLog | |
parent | 7f45e7613d25995f69daf640bebc05399b557f91 (diff) | |
download | gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar.gz gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar.bz2 gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar.lz gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar.xz gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.tar.zst gsoc2013-epiphany-d15bb064a753c1087301d830f6ebf036290f26d7.zip |
Use the same key_press callback for both the topics and bm's view.
2003-03-27 David Bordoley <bordoley@msu.edu>
* src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb),
(ephy_bookmarks_editor_construct):
Use the same key_press callback for both the topics and bm's view.
s/bookmarks/title in the bm tree.
Remove an unused enum.
* src/bookmarks/ephy-topics-selector.c: (topic_key_pressed),
(ephy_topics_build_ui):
Use space, return and enter to toggle topics in the selector.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-03-27 David Bordoley <bordoley@msu.edu> + + * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb), + (ephy_bookmarks_editor_construct): + Use the same key_press callback for both the topics and bm's view. + s/bookmarks/title in the bm tree. + Remove an unused enum. + + * src/bookmarks/ephy-topics-selector.c: (topic_key_pressed), + (ephy_topics_build_ui): + Use space, return and enter to toggle topics in the selector. + 2003-03-27 Xan Lopez <xan@masilla.org> * src/bookmarks/ephy-node-view.c: (ephy_node_view_select_all): |