diff options
author | David Bordoley <bordoley@msu.edu> | 2003-05-20 03:35:44 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-20 03:35:44 +0800 |
commit | 5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c (patch) | |
tree | 2bfc52c6584db0e4ec1fb2fc992af5ef347e0d8a /lib | |
parent | cc8f3060b3c57453f2128a573391add2a0bb47d4 (diff) | |
download | gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar.gz gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar.bz2 gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar.lz gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar.xz gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.tar.zst gsoc2013-epiphany-5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c.zip |
Shortest patch ever!!! Kill the new page pref. Make Seth happy :)
2003-05-19 David Bordoley <bordoley@msu.edu>
* data/epiphany.schemas.in:
* data/glade/prefs-dialog.glade:
* lib/ephy-prefs.h:
* src/ephy-shell.c: (build_homepage_url):
* src/pref-dialog.c: (properties[])
Shortest patch ever!!! Kill the new page pref.
Make Seth happy :)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index c34e6ddb6..bed33c9d5 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -23,7 +23,6 @@ G_BEGIN_DECLS /* General */ #define CONF_GENERAL_HOMEPAGE "/apps/epiphany/general/start_page" -#define CONF_GENERAL_NEWPAGE_TYPE "/apps/epiphany/general/newpage_type" /* Interface */ #define CONF_TABS_TABBED "/apps/epiphany/interface/open_in_tab" |