diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-23 20:42:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-23 20:42:03 +0800 |
commit | 333f3539fef0bd52d338855cbe3b82f3d53a453a (patch) | |
tree | 65b3b43b85d4dd667c802fd72e40387017d431e3 /ChangeLog | |
parent | 7cab7b7f5d4605a77b804c0e6cccc826e7bb311d (diff) | |
download | gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar.gz gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar.bz2 gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar.lz gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar.xz gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.tar.zst gsoc2013-epiphany-333f3539fef0bd52d338855cbe3b82f3d53a453a.zip |
Just use the popup_menu signal. Fixes bug #150830.
2004-08-23 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb),
(ephy_node_view_button_press_cb), (ephy_node_view_class_init):
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_show_popup_cb),
(keyword_node_show_popup_cb), (ephy_bookmarks_editor_construct):
* src/ephy-history-window.c: (ephy_history_window_show_popup_cb),
(ephy_history_window_construct), (ephy_history_window_dispose):
Just use the popup_menu signal. Fixes bug #150830.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-08-23 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-node-view.c: (ephy_node_view_key_press_cb), + (ephy_node_view_button_press_cb), (ephy_node_view_class_init): + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_show_popup_cb), + (keyword_node_show_popup_cb), (ephy_bookmarks_editor_construct): + * src/ephy-history-window.c: (ephy_history_window_show_popup_cb), + (ephy_history_window_construct), (ephy_history_window_dispose): + + Just use the popup_menu signal. Fixes bug #150830. + +2004-08-23 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks.h: Change hierarchy separator to "->". Fixes bug #149150. |