From 13e1544b396a5212e82b940e420a1cd44d8aa24b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2015 05:58:50 +0100 Subject: Fork from Ubuntu's indicator-application code project. --- src/application-service-appstore.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/application-service-appstore.c') diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 864e434..56407da 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -24,11 +24,11 @@ with this program. If not, see . #include "config.h" #endif -#include -#include "libappindicator/app-indicator.h" -#include "libappindicator/app-indicator-enum-types.h" +#include +#include +#include #include "application-service-appstore.h" -#include "application-service-marshal.h" +#include "ayatana-application-service-marshal.h" #include "dbus-shared.h" #include "generate-id.h" @@ -37,7 +37,7 @@ static GVariant * get_applications (ApplicationServiceAppstore * appstore); static void bus_method_call (GDBusConnection * connection, const gchar * sender, const gchar * path, const gchar * interface, const gchar * method, GVariant * params, GDBusMethodInvocation * invocation, gpointer user_data); static void props_cb (GObject * object, GAsyncResult * res, gpointer user_data); -#include "gen-application-service.xml.h" +#include "gen-ayatana-application-service.xml.h" #define NOTIFICATION_ITEM_PROP_ID "Id" #define NOTIFICATION_ITEM_PROP_CATEGORY "Category" @@ -154,7 +154,7 @@ application_service_appstore_class_init (ApplicationServiceAppstoreClass *klass) if (node_info == NULL) { GError * error = NULL; - node_info = g_dbus_node_info_new_for_xml(_application_service, &error); + node_info = g_dbus_node_info_new_for_xml(_ayatana_application_service, &error); if (error != NULL) { g_critical("Unable to parse Application Service Interface description: %s", error->message); g_error_free(error); -- cgit v1.2.3