1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/chinese/gcin/files/patch-tray-indicator.cpp
2017-03-07 13:10:11 +00:00

13 lines
298 B
C++

--- 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