diff options
author | David Bordoley <bordoley@msu.edu> | 2003-05-01 02:16:24 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-01 02:16:24 +0800 |
commit | 00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99 (patch) | |
tree | 0d093df5114a0f0dc65b090bf15b4623e53ca1ef | |
parent | a2cc71e51c55bd11d65facb13c8915f774ef3bac (diff) | |
download | gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar.gz gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar.bz2 gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar.lz gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar.xz gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.tar.zst gsoc2013-epiphany-00a0ba94312aa3fc5cdb3f39a29c1bbbc4f02b99.zip |
Remove old unused sidebar and toolbar config stuff.
2003-04-30 David Bordoley <bordoley@msu.edu>
* data/epiphany.schemas.in:
* embed/ephy-embed-types.h:
* lib/ephy-prefs.h:
* src/ephy-window.c:
Remove old unused sidebar and toolbar config stuff.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 45 | ||||
-rw-r--r-- | embed/ephy-embed-types.h | 1 | ||||
-rw-r--r-- | lib/ephy-prefs.h | 4 | ||||
-rw-r--r-- | src/ephy-window.c | 1 |
5 files changed, 9 insertions, 51 deletions
@@ -1,5 +1,14 @@ 2003-04-30 David Bordoley <bordoley@msu.edu> + * data/epiphany.schemas.in: + * embed/ephy-embed-types.h: + * lib/ephy-prefs.h: + * src/ephy-window.c: + + Remove old unused sidebar and toolbar config stuff. + +2003-04-30 David Bordoley <bordoley@msu.edu> + * lib/ephy-state.c: (ephy_state_window_set_position), (ephy_state_window_save_position): diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index f56d3038e..5938060b7 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -183,39 +183,6 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/interface/show_sidebar</key> - <applyto>/apps/epiphany/interface/show_sidebar</applyto> - <owner>epiphany</owner> - <type>bool</type> - <default>0</default> - <locale name="C"> - <short>Show sidebar by default</short> - <long>Show sidebar by default.</long> - </locale> - </schema> - <schema> - <key>/schemas/apps/epiphany/interface/sidebar_size</key> - <applyto>/apps/epiphany/interface/sidebar_size</applyto> - <owner>epiphany</owner> - <type>int</type> - <default>100</default> - <locale name="C"> - <short>Default sidebar size</short> - <long>Default sidebar size.</long> - </locale> - </schema> - <schema> - <key>/schemas/apps/epiphany/interface/sidebar_page</key> - <applyto>/apps/epiphany/interface/sidebar_page</applyto> - <owner>epiphany</owner> - <type>string</type> - <default>history</default> - <locale name="C"> - <short>Default sidebar page</short> - <long>Default sidebar page.</long> - </locale> - </schema> - <schema> <key>/schemas/apps/epiphany/interface/show_toolbars</key> <applyto>/apps/epiphany/interface/show_toolbars</applyto> <owner>epiphany</owner> @@ -306,18 +273,6 @@ <long>Default spinner theme</long> </locale> </schema> - <schema> - <key>/schemas/apps/epiphany/interface/toolbar_setup</key> - <applyto>/apps/epiphany/interface/toolbar_setup</applyto> - <owner>epiphany</owner> - <type>string</type> - <default>back_menu=navigation_button(direction=back,arrow=TRUE);forward_menu=navigation_button(direction=forward,arrow=TRUE);stop=std_toolitem(item=stop);reload=std_toolitem(item=reload);home_separator=separator;home=std_toolitem(item=home);favicons_separator=separator;favicon=favicon;location=location;spinner=spinner;</default> - <locale name="C"> - <short>Toolbar setup</short> - <long>The list of controls that will be present in the toolbar. You should edit - this setting with the toolbar editor unless you know what you are doing.</long> - </locale> - </schema> <schema> <key>/schemas/apps/epiphany/downloader/keep_open</key> <applyto>/apps/epiphany/downloader/keep_open</applyto> diff --git a/embed/ephy-embed-types.h b/embed/ephy-embed-types.h index 1252b30b5..d56cec05e 100644 --- a/embed/ephy-embed-types.h +++ b/embed/ephy-embed-types.h @@ -39,7 +39,6 @@ typedef enum EMBED_CHROME_OPENASPOPUP = 1 << 10, EMBED_CHROME_OPENASFULLSCREEN = 1 << 11, EMBED_CHROME_PPVIEWTOOLBARON = 1 << 12, - EMBED_CHROME_SIDEBARON = 1 << 13 } EmbedChromeMask; G_END_DECLS diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 02c1d04fb..c50cb110b 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -29,13 +29,9 @@ G_BEGIN_DECLS #define CONF_TABS_TABBED "/apps/epiphany/interface/open_in_tab" #define CONF_TABS_TABBED_POPUPS "/apps/epiphany/interface/popups_in_tab" #define CONF_TABS_TABBED_AUTOJUMP "/apps/epiphany/interface/jumpto_tab" -#define CONF_WINDOWS_SIDEBAR_PAGE "/apps/epiphany/interface/sidebar_page" -#define CONF_WINDOWS_SIDEBAR_SIZE "/apps/epiphany/interface/sidebar_size" -#define CONF_WINDOWS_SHOW_SIDEBAR "/apps/epiphany/interface/show_sidebar" #define CONF_WINDOWS_SHOW_TOOLBARS "/apps/epiphany/interface/show_toolbars" #define CONF_WINDOWS_SHOW_BOOKMARKS_BAR "/apps/epiphany/interface/show_bookmarks_bar" #define CONF_WINDOWS_SHOW_STATUSBAR "/apps/epiphany/interface/show_statusbar" -#define CONF_TOOLBAR_SETUP "/apps/epiphany/interface/toolbar_setup" #define CONF_TOOLBAR_SPINNER_THEME "/apps/epiphany/interface/spinner_theme" #define CONF_BOOKMARKS_SELECTED_NODE "/apps/epiphany/interface/bookmark_keyword_selected_node" #define CONF_INTERFACE_MIDDLE_CLICK_OPEN_URL "/apps/epiphany/interface/middle_click_open_url" diff --git a/src/ephy-window.c b/src/ephy-window.c index fc7df0281..ef5aa8e4d 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -264,7 +264,6 @@ struct EphyWindowPrivate PPViewToolbar *ppview_toolbar; GtkNotebook *notebook; EphyTab *active_tab; - GtkWidget *sidebar; EphyDialog *find_dialog; EmbedChromeMask chrome_mask; gboolean closing; |