diff options
author | Chris Lahey <clahey@src.gnome.org> | 2004-01-08 23:48:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2004-01-08 23:48:59 +0800 |
commit | aa1b2093b06fe02b23d8c171fc10d98acef6a273 (patch) | |
tree | bc8ad08dff921b1fc8aff58ee1e03de88950bf22 | |
parent | 54ceff0ed9f6f9085d084903453e77950e41ace3 (diff) | |
download | gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar.gz gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar.bz2 gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar.lz gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar.xz gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.tar.zst gsoc2013-epiphany-aa1b2093b06fe02b23d8c171fc10d98acef6a273.zip |
Forgot this line.
-rw-r--r-- | src/ephy-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index b47152152..588406b1d 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -292,6 +292,7 @@ static guint ephy_popups_n_entries = G_N_ELEMENTS (ephy_popups_entries); #define CONF_LOCKDOWN_DISABLE_JAVASCRIPT_CHROME "/apps/epiphany/lockdown/disable_javascript_chrome" #define CONF_LOCKDOWN_HIDE_MENUBAR "/apps/epiphany/lockdown/hide_menubar" +#define CONF_DESKTOP_BG_PICTURE "/desktop/gnome/background/picture_filename" #define EPHY_WINDOW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_WINDOW, EphyWindowPrivate)) |