diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 22:17:54 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 22:17:54 -0600 |
commit | 1cee2f386e28a93036c68bb3f7ff96294440713e (patch) | |
tree | f7f56e9e58fe2734de37fa66a2dd6131986d8188 | |
parent | 8b92c1c28c4d956b45aa85a31a7a201ef831fe2f (diff) | |
download | ayatana-indicator-application-1cee2f386e28a93036c68bb3f7ff96294440713e.tar.gz ayatana-indicator-application-1cee2f386e28a93036c68bb3f7ff96294440713e.tar.bz2 ayatana-indicator-application-1cee2f386e28a93036c68bb3f7ff96294440713e.zip |
Forgot to save.
-rw-r--r-- | src/custom-service-appstore.c | 3 | ||||
-rw-r--r-- | src/dbus-shared.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/custom-service-appstore.c b/src/custom-service-appstore.c index 5b8f7e0..6368206 100644 --- a/src/custom-service-appstore.c +++ b/src/custom-service-appstore.c @@ -149,6 +149,9 @@ custom_service_appstore_application_add (CustomServiceAppstore * appstore, const return; } + + + return; } diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 5c56e0b..364ac46 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -6,6 +6,5 @@ #define NOTIFICATION_WATCHER_DBUS_OBJ "/org/ayatana/indicator/custom/NotificationWatcher" #define NOTIFICATION_WATCHER_DBUS_IFACE "org.ayatana.indicator.custom.NotificationWatcher" -#define NOTIFICATION_ITEM_DBUS_OBJ "/org/ayatana/indicator/custom/NotificationItem" #define NOTIFICATION_ITEM_DBUS_IFACE "org.ayatana.indicator.custom.NotificationItem" |