diff options
author | Ted Gould <ted@canonical.com> | 2009-11-23 16:37:54 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-23 16:37:54 -0600 |
commit | c27868e0cbaf00a6b8aab8bbc8ed2d77d0ab4e30 (patch) | |
tree | cfa1d4fc08fad2a67db18bca6a27078c5aa3ddc5 /src/custom-service-appstore.c | |
parent | b6b57bd8fb1de04a00a20819739d2e57c25d67fc (diff) | |
parent | 25d690a42cb12ca9136932d7ace759bbe4185f86 (diff) | |
download | ayatana-indicator-application-c27868e0cbaf00a6b8aab8bbc8ed2d77d0ab4e30.tar.gz ayatana-indicator-application-c27868e0cbaf00a6b8aab8bbc8ed2d77d0ab4e30.tar.bz2 ayatana-indicator-application-c27868e0cbaf00a6b8aab8bbc8ed2d77d0ab4e30.zip |
releasing version 0.0.1-0ubuntu3~ppa1~service4
Diffstat (limited to 'src/custom-service-appstore.c')
-rw-r--r-- | src/custom-service-appstore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/custom-service-appstore.c b/src/custom-service-appstore.c index 6cb2dd9..fdb227a 100644 --- a/src/custom-service-appstore.c +++ b/src/custom-service-appstore.c @@ -174,6 +174,8 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err void custom_service_appstore_application_add (CustomServiceAppstore * appstore, const gchar * dbus_name, const gchar * dbus_object) { + g_debug("Adding new application: %s:%s", dbus_name, dbus_object); + /* Make sure we got a sensible request */ g_return_if_fail(IS_CUSTOM_SERVICE_APPSTORE(appstore)); g_return_if_fail(dbus_name != NULL && dbus_name[0] != '\0'); |