aboutsummaryrefslogtreecommitdiff
path: root/src/dirs.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-23 13:28:44 -0500
committerTed Gould <ted@canonical.com>2009-09-23 13:28:44 -0500
commitbb87ac319fc2c2da058c0c209bf374e80f8ce688 (patch)
treec4a2a634e9f811f00332b18e8e568dd80d005432 /src/dirs.h
parent40a0102f12f2c355d32394a8480fe953726b65c9 (diff)
parenteddfb1cec5a4a6d5b8674c102a72edbb9fcf37ec (diff)
downloadayatana-indicator-messages-bb87ac319fc2c2da058c0c209bf374e80f8ce688.tar.gz
ayatana-indicator-messages-bb87ac319fc2c2da058c0c209bf374e80f8ce688.tar.bz2
ayatana-indicator-messages-bb87ac319fc2c2da058c0c209bf374e80f8ce688.zip
Merging in branch to add a path for indicators in /usr/share and make it so that invalid desktop files don't create visible menu items.
Diffstat (limited to 'src/dirs.h')
-rw-r--r--src/dirs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dirs.h b/src/dirs.h
index a994ff5..ca322f0 100644
--- a/src/dirs.h
+++ b/src/dirs.h
@@ -1,3 +1,4 @@
-#define SYSTEM_APPS_DIR "/etc/indicators/messages/applications"
+#define SYSTEM_APPS_DIR "/usr/share/indicators/messages/applications"
+#define SYSTEM_APPS_DIR_OLD "/etc/indicators/messages/applications"
#define USER_APPS_DIR "indicators/messages/applications"
#define USER_BLACKLIST_DIR "indicators/messages/applications-blacklist"