From 33021c190b07950973747e1891f0a58af675fe2b Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Mon, 14 Apr 2003 14:21:32 +0000 Subject: Add a help menu and associated "Contents" and "About" menu entries. Add a 2003-04-14 David Bordoley * data/ui/epiphany-bookmark-editor-ui.xml.in: * src/bookmarks/ephy-bookmarks-editor.c: (cmd_help_contents), (ephy_bookmarks_editor_update_menu), (ephy_bookmarks_editor_dispose), (ephy_bookmarks_editor_node_selected_cb), (keyword_node_selected_cb), (build_search_box): Add a help menu and associated "Contents" and "About" menu entries. Add a focus_monitor to the search entry. Only pass an editor to update_menu. Update the sensitivity and label of "Open in New Window/Tab(s)" based on focus and selection. Translators, if this causes problems with mneumonics, please give suggestions for other letters to use. * src/window-commands.c: (window_cmd_help_about): * src/window-commands.h: Take a GtkWidget instead of an EphyWindow as the callback data so that the about function can be used in the bme. * src/ephy-window.c: (setup_window): Setup short toolbar labels for "Bookmark Page...", "Save As...", "Print...", and "Open..." so that these items don't have elipses on the toolbar. --- src/window-commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window-commands.h') diff --git a/src/window-commands.h b/src/window-commands.h index 960ed9ee9..37740a2a9 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -135,7 +135,7 @@ void window_cmd_help_contents (EggAction *action, EphyWindow *window); void window_cmd_help_about (EggAction *action, - EphyWindow *window); + GtkWidget *window); void window_cmd_tabs_next (EggAction *action, EphyWindow *window); -- cgit