Updating branch refs/heads/master
         to 646fe351e89a1f4faac553212acc9d9947cb2133 (commit)
       from aa9f8f05982ddf5dcd91049895357fffcbe3f070 (commit)

commit 646fe351e89a1f4faac553212acc9d9947cb2133
Author: Mark Trompell <m...@foresightlinux.org>
Date:   Tue May 26 10:40:25 2009 +0200

    Fix build issue with libtool 2.x

 configure.in.in          |    1 +
 panel-plugin/indicator.h |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index df2d908..9d898a0 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -38,6 +38,7 @@ dnl ********************************
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
+AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
 
 dnl **********************************
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 65df505..104c9b1 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -30,7 +30,10 @@ typedef struct
     /* panel widgets */
     GtkWidget       *ebox;
     GtkWidget       *hvbox;
-    GtkWidget       *label;
+    GtkWidget       *label;    
+    GtkWidget *button;
+    GdkPixbuf *button_pb;
+    GtkWidget *menu;
 
     /* indicator settings */
     gchar           *setting1;
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to