From bc5da29e59f2d9b9f29a61f2fd34a82a8a75872e Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 30 Sep 2011 20:23:47 +0000 Subject: on first use the notebook position was taking the pref get_int default of 0, taking up the whole window. fix. --- src/protocol-constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/protocol-constants.h') 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" -- cgit v1.2.3