summaryrefslogtreecommitdiff
path: root/src/protocol-constants.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:23:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-30 20:23:47 +0000
commitbc5da29e59f2d9b9f29a61f2fd34a82a8a75872e (patch)
tree8e861207b621700d10a694463c74efd79ee0941f /src/protocol-constants.h
parentb3f48b4a6f75ade6030bd3a5dced74fff31f13d4 (diff)
on first use the notebook position was taking the pref get_int default of 0, taking up the whole window. fix.
Diffstat (limited to 'src/protocol-constants.h')
-rw-r--r--src/protocol-constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol-constants.h b/src/protocol-constants.h
index 33ae051..dc5c8b3 100644
--- a/src/protocol-constants.h
+++ b/src/protocol-constants.h
@@ -84,6 +84,7 @@
#define FIELD_PEERS_CONNECTED "peersConnected"
#define FIELD_QUEUE_POSITION "queuePosition"
#define FIELD_ACTIVITY_DATE "activityDate"
+#define FIELD_ISPRIVATE "isPrivate"
#define FIELD_FILES_WANTED "files-wanted"
#define FIELD_FILES_UNWANTED "files-unwanted"
@@ -100,6 +101,7 @@
#define FIELD_LAST_ANNOUNCE_TIME "lastAnnounceTime"
#define FIELD_SEEDERCOUNT "seederCount"
#define FIELD_LEECHERCOUNT "leecherCount"
+#define FIELD_DOWNLOADCOUNT "downloadCount"
#define FIELD_HOST "host"
#define FIELD_LAST_ANNOUNCE_RESULT "lastAnnounceResult"
#define FIELD_RECHECK_PROGRESS "recheckProgress"