aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-21 16:45:58 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-21 16:45:58 +0200
commit14716e2d8d8bf7ccd8ba3ee2e9607a718bf2ff66 (patch)
treebd3dc3c0911f7ae599f11c8700d63cc8ac1ec66c /configure.ac
parentab416588f88aa199193f234220f102788c0493c0 (diff)
downloadayatana-indicator-messages-14716e2d8d8bf7ccd8ba3ee2e9607a718bf2ff66.tar.gz
ayatana-indicator-messages-14716e2d8d8bf7ccd8ba3ee2e9607a718bf2ff66.tar.bz2
ayatana-indicator-messages-14716e2d8d8bf7ccd8ba3ee2e9607a718bf2ff66.zip
Use a gsettings list for finding out which apps should appear in the menu
Previously, this was handled by looking for .desktop files in various system and user directories. The messaging menu should not display any applications by default anymore, so a simple per-user gsettings list suffices. A neat side effect is that the hairy blacklist handling is not needed anymore, either. Small regression: apps are not configurable at runtime anymore (settings key is not listened to for changes).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ca879a1..148259d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,8 @@ PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK_REQUIRED_VERSION
AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
+GLIB_GSETTINGS
+
###########################
# Status Provider Deps
###########################