From a6efbbceb5b1122512cd01609eab99fe522d8435 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Oct 2013 14:34:04 +0200 Subject: mate-panel: Add GTK3 support --- mate-panel/panel-bindings.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mate-panel/panel-bindings.c') diff --git a/mate-panel/panel-bindings.c b/mate-panel/panel-bindings.c index 8a737769..a5c2530b 100644 --- a/mate-panel/panel-bindings.c +++ b/mate-panel/panel-bindings.c @@ -30,6 +30,8 @@ #include #include +#include + #include "panel-schemas.h" #include "panel-profile.h" #include "panel-xutils.h" @@ -187,6 +189,11 @@ panel_bindings_initialise (void) if (initialised) return; + if (!mate_gsettings_schema_exists (MARCO_SCHEMA)) { + initialised = TRUE; + return; + } + marco_settings = g_settings_new (MARCO_SCHEMA); marco_keybindings_settings = g_settings_new (MARCO_KEYBINDINGS_SCHEMA); -- cgit v1.2.1