[Xfce4-commits] <xfce4-indicator-plugin:master> indicator is the one we need to check for
Mark Trompell
noreply at xfce.org
Thu Feb 17 08:30:06 CET 2011
Updating branch refs/heads/master
to 67c060d1d815937a5dc60c17d54945c00591ef4f (commit)
from 646fe351e89a1f4faac553212acc9d9947cb2133 (commit)
commit 67c060d1d815937a5dc60c17d54945c00591ef4f
Author: Mark Trompell <mark at foresightlinux.org>
Date: Wed May 27 10:34:27 2009 +0200
indicator is the one we need to check for
configure.in.in | 2 +-
panel-plugin/indicator.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 9d898a0..b5b9027 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -69,7 +69,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([INDICATOR], [indicate], [0.1.6])
+XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.1.6])
dnl ***********************************
dnl *** Check for debugging support ***
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index acb6aee..35fa940 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -150,6 +150,7 @@ indicator_new (XfcePanelPlugin *plugin)
/* get the current orientation */
orientation = xfce_panel_plugin_get_orientation (plugin);
+ /* TODO: Create menubar */
/* create some panel widgets */
indicator->ebox = gtk_event_box_new ();
gtk_widget_show (indicator->ebox);
More information about the Xfce4-commits
mailing list