blob: 91fa980597a3f66477346aa47c1ffbaeb6bd9c6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- tray-indicator.cpp.orig 2016-10-20 17:07:12 UTC
+++ tray-indicator.cpp
@@ -1,3 +1,4 @@
+#if USE_INDICATOR
#include "gcin.h"
#include "pho.h"
#include "gtab.h"
@@ -300,3 +301,4 @@ void destroy_tray_indicator()
g_object_unref(indicator_state); indicator_state = NULL;
#endif
}
+#endif
|