summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ])