[Xfce4-commits] <thunar:master> Include panel macros to fix an error I cannot reproduce (bug #6680).

Jannis Pohlmann noreply at xfce.org
Sun Nov 14 02:26:01 CET 2010


Updating branch refs/heads/master
         to f4f3b2003bcc902f68f5408fedbe73f9bd27e915 (commit)
       from 4a935ffc1228d66bbaa644cd8851a12ab243a71d (commit)

commit f4f3b2003bcc902f68f5408fedbe73f9bd27e915
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Nov 14 02:23:49 2010 +0100

    Include panel macros to fix an error I cannot reproduce (bug #6680).
    
    Hopefully this will fix it, but I'm not sure this was even a problem.

 plugins/thunar-tpa/thunar-tpa.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/plugins/thunar-tpa/thunar-tpa.c b/plugins/thunar-tpa/thunar-tpa.c
index e5d5d7a..12b8d73 100644
--- a/plugins/thunar-tpa/thunar-tpa.c
+++ b/plugins/thunar-tpa/thunar-tpa.c
@@ -22,10 +22,17 @@
 #include <config.h>
 #endif
 
+#include <glib.h>
+
 #include <gtk/gtk.h>
+
 #include <libxfce4util/libxfce4util.h>
+
 #include <libxfce4ui/libxfce4ui.h>
+
 #include <libxfce4panel/libxfce4panel.h>
+#include <libxfce4panel/xfce-panel-macros.h>
+
 #include <thunar-tpa/thunar-tpa-bindings.h>
 
 



More information about the Xfce4-commits mailing list