- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend / Core
-
Assigned To
Michael Pfeuti - Operating System Win32
- Severity Low
- Priority Very Low
- Reported Version 0.1.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: xfce4-linelight-plugin
Opened by Anonymous Submitter - 2010-09-22
Last edited by Michael Pfeuti - 2015-01-25
Opened by Anonymous Submitter - 2010-09-22
Last edited by Michael Pfeuti - 2015-01-25
FS#170 - [patch] xfce4-linelight-plugin-0.1.6 fails to compile with xfce4-panel-4.7
need to use correct headers, the patch is compatible also with xfce4-panel-4.6 so no worries on that.
it's simple as:
--- panel-plugin/linelight.c
+++ panel-plugin/linelight.c
@@ -21,8 +21,7 @@
#include
-#include
-#include
+#include
#include
--- panel-plugin/main.c
+++ panel-plugin/main.c
@@ -32,9 +32,7 @@
#include
-#include
-#include
-#include
+#include
#include "linelight.h"
#include "defines.h"
Thanks, Samuli Suominen