diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-08 19:23:32 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-08 19:23:32 +0800 |
commit | fd8fbb88aca38f094ef80e223abfa17e8505e624 (patch) | |
tree | a31816f8d2e80fd2503bdfee91a402473d756d35 /lib | |
parent | 9731a68ae462cf67c4857d142c060b16d0d2db53 (diff) | |
download | gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar.gz gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar.bz2 gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar.lz gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar.xz gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.tar.zst gsoc2013-epiphany-fd8fbb88aca38f094ef80e223abfa17e8505e624.zip |
Add a go button to the toolbar editor. The icon is duped with default
2003-02-08 Marco Pesenti Gritti <marco@it.gnome.org>
* 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.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |