From d5eed5f210049e0b3b4332ddb36b0fde6b50a76e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 20 Apr 2003 11:03:42 +0000 Subject: Update 2003-04-20 Marco Pesenti Gritti * lib/egg/egg-editable-toolbar.c: Update * data/epiphany.schemas.in: * data/ui/epiphany-ui.xml.in: * lib/egg/egg-editable-toolbar.h: * lib/ephy-prefs.h: * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmark-properties.c: (update_checkbox), (update_window_title), (toolbar_checkbox_changed_cb), (set_window_icon), (build_ui): * src/bookmarks/ephy-bookmarks.h: * src/ephy-window.c: (add_widget), (ephy_window_init), (save_window_chrome), (ephy_window_finalize), (translate_default_chrome), (update_layout_toggles), (ephy_window_set_chrome): * src/window-commands.c: (window_cmd_view_bookmarks_toolbar): * src/window-commands.h: First implementation of the new bookmarks toolbar thing. Still doesnt work properly ... old bmk toolbars are still there though. Dave I dont like much the position of the checkbox in properties :/ Maybe a different tab dunno .... --- data/epiphany.schemas.in | 11 +++++++++++ data/ui/epiphany-ui.xml.in | 1 + 2 files changed, 12 insertions(+) (limited to 'data') diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 12ce4bb60..b795f33dc 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -259,6 +259,17 @@ Show toolbars by default. + + /schemas/apps/epiphany/interface/show_personal_toolbar + /apps/epiphany/interface/show_personal_toolbar + epiphany + bool + 0 + + Show bookmarks toolbar by default + Show bookmarks toolbar by default. + + /schemas/apps/epiphany/interface/show_statusbar /apps/epiphany/interface/show_statusbar diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in index dc8e97242..0da96aa19 100644 --- a/data/ui/epiphany-ui.xml.in +++ b/data/ui/epiphany-ui.xml.in @@ -33,6 +33,7 @@ + -- cgit v1.2.3