Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/chinese/gcin/files/patch-tray-indicator.cpp
16468 views
1
--- tray-indicator.cpp.orig 2016-10-20 17:07:12 UTC
2
+++ tray-indicator.cpp
3
@@ -1,3 +1,4 @@
4
+#if USE_INDICATOR
5
#include "gcin.h"
6
#include "pho.h"
7
#include "gtab.h"
8
@@ -300,3 +301,4 @@ void destroy_tray_indicator()
9
g_object_unref(indicator_state); indicator_state = NULL;
10
#endif
11
}
12
+#endif
13
14