Updating branch refs/heads/master
         to f21f1150437bb8ce1a6cd6e7e6aa6910a2cae171 (commit)
       from 26fec65dd0da02a599ce8771dcd285882ae013c1 (commit)

commit f21f1150437bb8ce1a6cd6e7e6aa6910a2cae171
Author: Mark Trompell <[email protected]>
Date:   Tue Oct 25 10:23:10 2011 +0200

    fix build for indicator < 0.3.90

 panel-plugin/indicator.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 5536c2a..8b3393c 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -19,7 +19,9 @@
 #define __INDICATOR_H__
 
 G_BEGIN_DECLS
-
+#ifndef INDICATOR_OBJECT_SIGNAL_ENTRY_SCROLLED
+#define INDICATOR_OBJECT_SIGNAL_ENTRY_SCROLLED "scroll-entry"
+#endif
 /* plugin structure */
 typedef struct
 {
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to