diff options
author | Ted Gould <ted@canonical.com> | 2009-08-22 13:02:21 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-22 13:02:21 -0500 |
commit | b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc (patch) | |
tree | 361a7d3d76c584d2dc9bb052da4e7d85fd250d5d /src/dirs.h | |
parent | 34d5ad139068779a39a78eec6d906c75c1687916 (diff) | |
parent | acf054710bea98ee0a63c72cf5e5bcbff8b9bc74 (diff) | |
download | ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.tar.gz ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.tar.bz2 ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.zip |
Updated from the dirwatch branch
Diffstat (limited to 'src/dirs.h')
-rw-r--r-- | src/dirs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dirs.h b/src/dirs.h new file mode 100644 index 0000000..a994ff5 --- /dev/null +++ b/src/dirs.h @@ -0,0 +1,3 @@ +#define SYSTEM_APPS_DIR "/etc/indicators/messages/applications" +#define USER_APPS_DIR "indicators/messages/applications" +#define USER_BLACKLIST_DIR "indicators/messages/applications-blacklist" |