diff options
author | Ted Gould <ted@gould.cx> | 2009-11-30 09:58:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-30 09:58:53 -0600 |
commit | 5b2dcab7aad9e2920bedc3ef28c34c661d70ce71 (patch) | |
tree | dd0dbb3acacde557206eba78b5948397692521c1 /src/application-service-watcher.c | |
parent | fc1e08a7c7873005d9161da2ea677908d07f3fcc (diff) | |
download | libayatana-appindicator-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.tar.gz libayatana-appindicator-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.tar.bz2 libayatana-appindicator-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.zip |
Changing file names, and some fallouts from that.
Diffstat (limited to 'src/application-service-watcher.c')
-rw-r--r-- | src/application-service-watcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-watcher.c b/src/application-service-watcher.c index 7cc15ee..a5e1817 100644 --- a/src/application-service-watcher.c +++ b/src/application-service-watcher.c @@ -4,7 +4,7 @@ #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> -#include "custom-service-watcher.h" +#include "application-service-watcher.h" #include "dbus-shared.h" static gboolean _notification_watcher_server_register_service (CustomServiceWatcher * appwatcher, const gchar * service, DBusGMethodInvocation * method); |