summaryrefslogtreecommitdiff
path: root/src/trg-prefs.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-30 12:28:36 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-30 12:28:36 +0000
commit2d138cfea66be044c8739d8f3122ed5ff62d043c (patch)
treeeaa80c0f99143096ddd82146853a9c4488575976 /src/trg-prefs.h
parent321f6bbd2ec01c3bc69bf54aeb1c199e058f1c69 (diff)
issue 60 - a seperate update interval setting for if the application is minimised
Diffstat (limited to 'src/trg-prefs.h')
-rw-r--r--src/trg-prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-prefs.h b/src/trg-prefs.h
index 1ae07f5..af4a2ca 100644
--- a/src/trg-prefs.h
+++ b/src/trg-prefs.h
@@ -27,6 +27,7 @@
#define TRG_PREFS_DEFAULT_DIR_MODE 448
#define TRG_PORT_DEFAULT 9091
#define TRG_INTERVAL_DEFAULT 3
+#define TRG_MININTERVAL_DEFAULT 4
#define TRG_PROFILE_NAME_DEFAULT "Default"
#define TRG_PREFS_KEY_PROFILE_ID "profile-id"
@@ -34,6 +35,7 @@
#define TRG_PREFS_KEY_PROFILE_NAME "profile-name"
#define TRG_PREFS_KEY_HOSTNAME "hostname"
#define TRG_PREFS_KEY_PORT "port"
+#define TRG_PREFS_KEY_MINUPDATE_INTERVAL "min-update-interval"
#define TRG_PREFS_KEY_USERNAME "username"
#define TRG_PREFS_KEY_PASSWORD "password"
#define TRG_PREFS_KEY_AUTO_CONNECT "auto-connect"