From c1c74c929c1e773d1f79d1b3bd0cf10bb572f8f9 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 13 Dec 2011 16:45:10 +0100 Subject: Remove custom EphyToolbar in favor of a vanilla GtkToolbar This allows us to stop using EggEditableToolbar here, we just load a normal toolbar from GtkUIManager in EphyWindow. The special toolbar actions and methods have been moved to EphyWindow too, mostly in a mechanical fashion (probably some simplifications are possible). The code in the bookmarks UI that depended on EphyToolbar has been #if zeroed instead of porting it, since it will go away in the near future too. https://bugzilla.gnome.org/show_bug.cgi?id=664483 --- data/ui/Makefile.am | 2 -- data/ui/epiphany-fs-toolbar.xml | 10 ---------- data/ui/epiphany-toolbar.xml | 36 ------------------------------------ data/ui/epiphany-ui.xml | 14 ++++++++------ 4 files changed, 8 insertions(+), 54 deletions(-) delete mode 100644 data/ui/epiphany-fs-toolbar.xml delete mode 100644 data/ui/epiphany-toolbar.xml (limited to 'data/ui') diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 7ffa3b1cb..4e148e1c6 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,10 +1,8 @@ xmldir = $(pkgdatadir) xml_DATA = \ epiphany-bookmarksbar.xml \ - epiphany-fs-toolbar.xml \ epiphany-bookmark-editor-ui.xml \ epiphany-ui.xml \ - epiphany-toolbar.xml \ epiphany-history-window-ui.xml cssdir = $(pkgdatadir) diff --git a/data/ui/epiphany-fs-toolbar.xml b/data/ui/epiphany-fs-toolbar.xml deleted file mode 100644 index db1648422..000000000 --- a/data/ui/epiphany-fs-toolbar.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/data/ui/epiphany-toolbar.xml b/data/ui/epiphany-toolbar.xml deleted file mode 100644 index 80d74ed4f..000000000 --- a/data/ui/epiphany-toolbar.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index d9eb56de7..ebce0c372 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -164,12 +164,6 @@ - - - - - - @@ -177,6 +171,14 @@ + + + + + + + + -- cgit v1.2.3