[Xfce4-commits] <midori:master> Add 'Add Bookmark' to the available toolbar items
Christian Dywan
noreply at xfce.org
Thu Oct 29 10:00:05 CET 2009
Updating branch refs/heads/master
to f955da564bde2f8f06d09e271b0f7a1a63bd6d0e (commit)
from edb28df168f303667b2a596762ad4e7c2b257c87 (commit)
commit f955da564bde2f8f06d09e271b0f7a1a63bd6d0e
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Oct 28 22:54:42 2009 +0100
Add 'Add Bookmark' to the available toolbar items
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 50e2491..254a3dd 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2589,7 +2589,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
"Fullscreen", "Preferences", "Window", "Bookmarks",
"RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
- "Panel", "Trash", "Search", NULL };
+ "Panel", "Trash", "Search", "BookmarkAdd", NULL };
return actions;
}
More information about the Xfce4-commits
mailing list