diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-18 03:30:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-19 00:08:47 +0800 |
commit | 67a2d9af6414a981c02142ec195199b584b60a9d (patch) | |
tree | 9ea5ce5e0105d66d430c932ceef5fb5ea5bf7a79 /doc | |
parent | 0a3189127756d119ae87a3af8893e35161fcde8c (diff) | |
download | gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar.gz gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar.bz2 gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar.lz gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar.xz gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.tar.zst gsoc2013-epiphany-67a2d9af6414a981c02142ec195199b584b60a9d.zip |
Use a chromium-like status bar by default
Get rid of our statusbar for good and switch to something like what
Chromium uses, since it takes less vertical space.
The only regression is that we lose the resize grip, but that should
be re-added to GtkWindow soon.
Bug #609713
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 10 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-window.sgml | 9 |
4 files changed, 0 insertions, 22 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 9ce575a40..402a9466d 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -10,7 +10,6 @@ <title>Epiphany</title> <xi:include href="xml/ephy-web-view.xml"/> <xi:include href="xml/ephy-location-action.xml"/> - <xi:include href="xml/ephy-statusbar.xml"/> <xi:include href="xml/ephy-toolbar.xml"/> <xi:include href="xml/ephy-window.xml"/> </chapter> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 72479d94b..75f78263b 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -215,15 +215,6 @@ ephy_location_action_set_address </SECTION> <SECTION> -<FILE>ephy-statusbar</FILE> -<TITLE>EphyStatusbar</TITLE> -EphyStatusbar -ephy_statusbar_new -ephy_statusbar_add_widget -ephy_statusbar_remove_widget -</SECTION> - -<SECTION> <FILE>ephy-toolbar</FILE> <TITLE>EphyToolbar</TITLE> EphyToolbar @@ -251,7 +242,6 @@ ephy_window_get_ui_manager ephy_window_get_toolbar ephy_window_get_notebook ephy_window_get_find_toolbar -ephy_window_get_statusbar ephy_window_load_url ephy_window_set_zoom ephy_window_activate_location diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 21e23be52..c9637f5cd 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -24,11 +24,9 @@ ephy_zoom_control_get_type ephy_dialog_get_type #include <ephy-location-action.h> -#include <ephy-statusbar.h> #include <ephy-toolbar.h> #include <ephy-window.h> ephy_location_action_get_type -ephy_statusbar_get_type ephy_toolbar_get_type ephy_window_get_type diff --git a/doc/reference/tmpl/ephy-window.sgml b/doc/reference/tmpl/ephy-window.sgml index 9e59c490c..861065217 100644 --- a/doc/reference/tmpl/ephy-window.sgml +++ b/doc/reference/tmpl/ephy-window.sgml @@ -79,15 +79,6 @@ EphyWindow @Returns: -<!-- ##### FUNCTION ephy_window_get_statusbar ##### --> -<para> - -</para> - -@window: -@Returns: - - <!-- ##### FUNCTION ephy_window_load_url ##### --> <para> |