diff options
| author | Ted Gould <ted@canonical.com> | 2009-09-23 13:28:44 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-09-23 13:28:44 -0500 |
| commit | bb87ac319fc2c2da058c0c209bf374e80f8ce688 (patch) | |
| tree | c4a2a634e9f811f00332b18e8e568dd80d005432 /src/dirs.h | |
| parent | 40a0102f12f2c355d32394a8480fe953726b65c9 (diff) | |
| parent | eddfb1cec5a4a6d5b8674c102a72edbb9fcf37ec (diff) | |
| download | ayatana-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
