diff options
Diffstat (limited to 'src/capplet/mate-notification-properties.c')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index e058359..154029d 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -31,13 +31,7 @@ #include <libnotify/notify.h> #include "stack.h" - -#define GSETTINGS_SCHEMA "org.mate.NotificationDaemon" -#define GSETTINGS_KEY_THEME "theme" -#define GSETTINGS_KEY_POPUP_LOCATION "popup-location" -#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" -#define GSETTINGS_KEY_USE_ACTIVE_MONITOR "use-active-monitor" -#define GSETTINGS_KEY_DO_NOT_DISTURB "do-not-disturb" +#include "constants.h" typedef struct { GSettings* gsettings; |