summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pavucontrol.cc')
-rw-r--r--src/pavucontrol.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index fb4bcd7..3fc6387 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -25,8 +25,9 @@
#include <polyp/polypaudio.h>
#include <polyp/glib-mainloop.h>
-#undef GLADE_FILE
+#ifndef GLADE_FILE
#define GLADE_FILE "pavucontrol.glade"
+#endif
pa_context *context = NULL;