From fd8fbb88aca38f094ef80e223abfa17e8505e624 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 8 Feb 2003 11:23:32 +0000 Subject: Add a go button to the toolbar editor. The icon is duped with default 2003-02-08 Marco Pesenti Gritti * data/ui/epiphany-toolbar.xml.in: * lib/widgets/ephy-editable-toolbar.c: (add_action): * src/ephy-window.c: * src/window-commands.c: (window_cmd_load_location): * src/window-commands.h: Add a go button to the toolbar editor. The icon is duped with default favicon. Would be nice to find something better for one of them (I'm not sure if the concept of jump to is good for favicon actually). Rename FileNewWindow to FileNewBrowser also in toolbar configuration file. --- lib/widgets/ephy-editable-toolbar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/widgets/ephy-editable-toolbar.c b/lib/widgets/ephy-editable-toolbar.c index 59f527476..86d19de15 100755 --- a/lib/widgets/ephy-editable-toolbar.c +++ b/lib/widgets/ephy-editable-toolbar.c @@ -224,6 +224,8 @@ add_action (EphyEditableToolbar *t, ItemNode *item; GNode *node; + LOG ("Add action, type %s, name %s", type, name) + separator = (strcmp (name, "separator") == 0); if (!separator) { -- cgit v1.2.3