diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-11 17:35:04 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-11 17:36:58 +0100 |
commit | 8659ca5c350b9b08fb5f343c68955cdd6d361c96 (patch) | |
tree | 9fc11bcda16fb01466c26b90752ff99f3dc1b4cf /config_host/config_vclplug.h.in | |
parent | 363b82fdb4016bc42877fea2ebde9227b27579fe (diff) |
fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.
Change-Id: Ide7d833801e96a3375909238d036687082f34605
Diffstat (limited to 'config_host/config_vclplug.h.in')
-rw-r--r-- | config_host/config_vclplug.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in index 8eecf3453801..4daf38375766 100644 --- a/config_host/config_vclplug.h.in +++ b/config_host/config_vclplug.h.in @@ -11,5 +11,7 @@ Settings about which X11 desktops have support enabled. #define ENABLE_KDE 0 #define ENABLE_KDE4 0 #define ENABLE_TDE 0 +#define ENABLE_GNOME_VFS 0 +#define ENABLE_GIO 0 #endif |