diff options
author | Robert Tari <robert@tari.in> | 2024-09-26 10:41:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:43:34 +0200 |
commit | 7949738e86f832cea414410c1997d3195e095549 (patch) | |
tree | 57197e45b9d2796d114891738df05530abdb324e /src/application-service-appstore.c | |
parent | 26523e2d825d089b099b36f49e7a84ccf03f8a06 (diff) | |
download | ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.gz ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.bz2 ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.zip |
Allow the service to handle both legacy menus and the new GMenu
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r-- | src/application-service-appstore.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 4dbe9b7..31aa989 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -3,9 +3,11 @@ An object that stores the registration of all the application indicators. It also communicates this to the indicator visualization. Copyright 2009 Canonical Ltd. +Copyright 2024-2025 Robert Tari Authors: Ted Gould <ted@canonical.com> + Robert Tari <robert@tari.in> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published @@ -25,8 +27,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #endif #include <libayatana-indicator/indicator-object.h> -#include <libayatana-appindicator/app-indicator.h> -#include <libayatana-appindicator/app-indicator-enum-types.h> +#include <libayatana-appindicator-glib/ayatana-appindicator.h> +#include <libayatana-appindicator-glib/ayatana-appindicator-enum-types.h> #include "application-service-appstore.h" #include "ayatana-application-service-marshal.h" #include "dbus-shared.h" |