summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-04-15 11:58:49 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-04-15 12:07:29 +0200
commitcfbe4027bcbafe4715bbba1b36799002c719a81e (patch)
tree4811b9d0766298ea0093d5266dd7b2248359416e /source/theme.c
parentba9e1fb92a3d4428252f36e8df0dc77cd3874179 (diff)
Consolidate logging
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/theme.c b/source/theme.c
index 4fd41003..e9f145ef 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -1,3 +1,6 @@
+
+#define G_LOG_DOMAIN "Theme"
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -10,10 +13,6 @@
#include "view.h"
#include "rofi.h"
-/** Logging domain for theme */
-#undef G_LOG_DOMAIN
-#define G_LOG_DOMAIN "Theme"
-
/**
* Name of the property type
*/