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 /src/ephy-window.h | |
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 'src/ephy-window.h')
-rw-r--r-- | src/ephy-window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h index ab0e35b29..4daa96cdf 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -71,8 +71,6 @@ GtkWidget *ephy_window_get_notebook (EphyWindow *window); GtkWidget *ephy_window_get_find_toolbar (EphyWindow *window); -GtkWidget *ephy_window_get_statusbar (EphyWindow *window); - void ephy_window_load_url (EphyWindow *window, const char *url); |