aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-11-30 09:58:53 -0600
committerTed Gould <ted@gould.cx>2009-11-30 09:58:53 -0600
commit5b2dcab7aad9e2920bedc3ef28c34c661d70ce71 (patch)
treedd0dbb3acacde557206eba78b5948397692521c1 /src/indicator-application.c
parentfc1e08a7c7873005d9161da2ea677908d07f3fcc (diff)
downloadayatana-indicator-application-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.tar.gz
ayatana-indicator-application-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.tar.bz2
ayatana-indicator-application-5b2dcab7aad9e2920bedc3ef28c34c661d70ce71.zip
Changing file names, and some fallouts from that.
Diffstat (limited to 'src/indicator-application.c')
-rw-r--r--src/indicator-application.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c
index da89c30..e52eaa0 100644
--- a/src/indicator-application.c
+++ b/src/indicator-application.c
@@ -15,8 +15,8 @@
/* Local Stuff */
#include "dbus-shared.h"
-#include "custom-service-client.h"
-#include "custom-service-marshal.h"
+#include "application-service-client.h"
+#include "application-service-marshal.h"
#define INDICATOR_CUSTOM_TYPE (indicator_custom_get_type ())
#define INDICATOR_CUSTOM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_CUSTOM_TYPE, IndicatorCustom))
@@ -88,7 +88,7 @@ indicator_custom_class_init (IndicatorCustomClass *klass)
io_class->get_entries = get_entries;
- dbus_g_object_register_marshaller(_custom_service_marshal_VOID__STRING_INT_STRING_STRING,
+ dbus_g_object_register_marshaller(_application_service_marshal_VOID__STRING_INT_STRING_STRING,
G_TYPE_NONE,
G_TYPE_STRING,
G_TYPE_INT,
@@ -209,9 +209,9 @@ connected (IndicatorServiceManager * sm, gboolean connected, IndicatorCustom * c
/* Query it for existing applications */
g_debug("Request current apps");
- org_ayatana_indicator_custom_service_get_applications_async(priv->service_proxy,
- get_applications,
- custom);
+ org_ayatana_indicator_application_service_get_applications_async(priv->service_proxy,
+ get_applications,
+ custom);
return;
}