From 67a2d9af6414a981c02142ec195199b584b60a9d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 17 May 2010 21:30:33 +0200 Subject: 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 --- src/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e9d3715f4..219b083f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,6 @@ INST_H_FILES = \ ephy-notebook.h \ ephy-session.h \ ephy-shell.h \ - ephy-statusbar.h \ ephy-window.h \ epiphany.h \ $(NULL) @@ -80,7 +79,6 @@ libephymain_la_SOURCES = \ ephy-password-info.c \ ephy-session.c \ ephy-shell.c \ - ephy-statusbar.c \ ephy-tabs-menu.c \ ephy-toolbars-model.c \ ephy-toolbar.c \ @@ -298,7 +296,6 @@ EPHY_GIR_H_FILES = \ $(top_srcdir)/src/ephy-notebook.h \ $(top_srcdir)/src/ephy-session.h \ $(top_srcdir)/src/ephy-shell.h \ - $(top_srcdir)/src/ephy-statusbar.h \ $(top_srcdir)/src/ephy-toolbar.h \ $(top_srcdir)/src/ephy-window.h \ $(NULL) @@ -332,7 +329,6 @@ EPHY_GIR_C_FILES = \ $(top_srcdir)/src/ephy-notebook.c \ $(top_srcdir)/src/ephy-session.c \ $(top_srcdir)/src/ephy-shell.c \ - $(top_srcdir)/src/ephy-statusbar.c \ $(top_srcdir)/src/ephy-toolbar.c \ $(top_srcdir)/src/ephy-window.c \ $(NULL) -- cgit