summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 23:18:36 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 23:18:36 +0000
commitde1b7aaa445ceb712b1a1b7a6d79ec9225ef74d9 (patch)
treecfd0512947b916032b5568d28fdb12adaa535c55
parent0578ff2f1ba8f95a1ad63cac0cf55fb196da2274 (diff)
* add a check for python module gnomeapplet
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@5 3be567f1-68ff-0310-b24a-ad7cc433fd2f
-rw-r--r--configure.ac1
-rwxr-xr-xsrc/service-discovery-applet.in4
2 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ca6659..859badc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AM_PATH_PYTHON([2.4])
AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find Python module pygtk)])
AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)])
AM_CHECK_PYMOD(avahi,,,[AC_MSG_ERROR(Could not find Python module avahi)])
+AM_CHECK_PYMOD(gnomeapplet,,,[AC_MSG_ERROR(Could not find Python module gnomeapplet)])
SCRIPTSDIR="${datadir}/${PACKAGE}/scripts/"
AC_SUBST(SCRIPTSDIR)
diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in
index 171f8c0..8270c08 100755
--- a/src/service-discovery-applet.in
+++ b/src/service-discovery-applet.in
@@ -16,7 +16,9 @@
# License along with sd-applet; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-
+#
+# $id$
+#
# todo
# * memleaks ?
# * dict([el.split('=',1) for el in l ])