aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-07-19 16:27:06 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-07-19 16:27:06 +0800
commita43be88202d423307d4612e444e984cea45f6d99 (patch)
tree42f7050cc5cb0e090f4e2672c94089d19dfeef3e /lib/ephy-prefs.h
parentc12a362e88752a1c26c79a830c12ff5a254a66c2 (diff)
downloadgsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar.gz
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar.bz2
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar.lz
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar.xz
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.tar.zst
gsoc2013-epiphany-a43be88202d423307d4612e444e984cea45f6d99.zip
Add disable_quit, disable_new_window, first_window_fullscreen lockdown
2004-07-19 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-prefs.h: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen), (update_actions_sensitivity), (tab_detached_cb), (tab_delete_cb), (ephy_window_init): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_close_window): Add disable_quit, disable_new_window, first_window_fullscreen lockdown options.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 0b0374da1..905459faa 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -44,6 +44,7 @@ G_BEGIN_DECLS
#define CONF_STATE_UPLOAD_DIR "/apps/epiphany/directories/upload"
/* Lockdown */
+#define CONF_LOCKDOWN_FULLSCREEN "/apps/epiphany/lockdown/fullscreen"
#define CONF_LOCKDOWN_DISABLE_ARBITRARY_URL "/apps/epiphany/lockdown/disable_arbitrary_url"
#define CONF_LOCKDOWN_DISABLE_BOOKMARK_EDITING "/apps/epiphany/lockdown/disable_bookmark_editing"
#define CONF_LOCKDOWN_DISABLE_TOOLBAR_EDITING "/apps/epiphany/lockdown/disable_toolbar_editing"
@@ -53,6 +54,7 @@ G_BEGIN_DECLS
#define CONF_LOCKDOWN_DISABLE_PRINTING "/desktop/gnome/lockdown/disable_printing"
#define CONF_LOCKDOWN_DISABLE_PRINT_SETUP "/desktop/gnome/lockdown/disable_print_setup"
#define CONF_LOCKDOWN_DISABLE_COMMAND_LINE "/desktop/gnome/lockdown/disable_command_line"
+#define CONF_LOCKDOWN_DISABLE_QUIT "/apps/epiphany/lockdown/disable_quit"
/* System prefs */
#define CONF_DESKTOP_FTP_HANDLER "/desktop/gnome/url-handlers/ftp/command"