aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmark-toolitem.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-27 01:37:13 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-27 01:37:13 +0800
commit55a49dd166a823c2ac6551a7aedb39c7cd2951b5 (patch)
tree1d0867edefb99b802d0b055416716474a948baae /src/bookmarks/ephy-bookmark-toolitem.h
parent9dbfd9b34b6dab67863392504c221e0c6f0eb4a2 (diff)
downloadgsoc2013-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.h3
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