aboutsummaryrefslogtreecommitdiff
path: root/src/dirs.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-19 13:50:16 -0500
committerTed Gould <ted@canonical.com>2009-08-19 13:50:16 -0500
commit1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20 (patch)
tree7ee537922a574fd7b97801e8e2b5df939f5fd5bc /src/dirs.h
parentba21dc6356e53dc5c8ab7aa190d3cd3cc0fdd8f3 (diff)
downloadayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.tar.gz
ayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.tar.bz2
ayatana-indicator-messages-1656fcc2e581fe4ba9bf8befbf6c94fe1f0a8f20.zip
Adding directories. Let's put them in one file so that they'll be changable easy :)
Diffstat (limited to 'src/dirs.h')
-rw-r--r--src/dirs.h3
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"