[Xfce4-commits] <xfce4-indicator-plugin:master> fix build for indicator < 0.3.90
Mark Trompell
noreply at xfce.org
Tue Oct 25 10:24:02 CEST 2011
Updating branch refs/heads/master
to f21f1150437bb8ce1a6cd6e7e6aa6910a2cae171 (commit)
from 26fec65dd0da02a599ce8771dcd285882ae013c1 (commit)
commit f21f1150437bb8ce1a6cd6e7e6aa6910a2cae171
Author: Mark Trompell <mark at foresightlinux.org>
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
{
More information about the Xfce4-commits
mailing list