diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-27 01:37:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-27 01:37:13 +0800 |
commit | 55a49dd166a823c2ac6551a7aedb39c7cd2951b5 (patch) | |
tree | 1d0867edefb99b802d0b055416716474a948baae /src/bookmarks/ephy-bookmark-toolitem.h | |
parent | 9dbfd9b34b6dab67863392504c221e0c6f0eb4a2 (diff) | |
download | gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar.gz gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar.bz2 gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar.lz gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar.xz gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.tar.zst gsoc2013-epiphany-55a49dd166a823c2ac6551a7aedb39c7cd2951b5.zip |
Make the toolbar overflow item really activate the bookmark action.
2003-06-26 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (connect_proxy),
(entry_activated_cb), (activate_cb), (menu_activate_cb):
* src/bookmarks/ephy-bookmark-toolitem.h:
* src/bookmarks/ephy-bookmark-toolitem.c: (activated_cb),
(ephy_bookmark_toolitem_create_menu_proxy),
(ephy_bookmark_toolitem_class_init):
Make the toolbar overflow item really activate the bookmark action.
Simplify code a little.
Diffstat (limited to 'src/bookmarks/ephy-bookmark-toolitem.h')
-rw-r--r-- | src/bookmarks/ephy-bookmark-toolitem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-toolitem.h b/src/bookmarks/ephy-bookmark-toolitem.h index 1e817b0b7..f8248637e 100644 --- a/src/bookmarks/ephy-bookmark-toolitem.h +++ b/src/bookmarks/ephy-bookmark-toolitem.h @@ -43,6 +43,9 @@ typedef struct _EphyBookmarkToolitemPrivate EphyBookmarkToolitemPrivate; struct _EphyBookmarkToolitemClass { EggToolItemClass parent_class; + + void (* activated) (EphyBookmarkToolitem *item, + const char *text); }; struct _EphyBookmarkToolitem |