summaryrefslogtreecommitdiff
path: root/src/protocol-constants.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-25 12:39:00 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-25 12:39:00 +0100
commit75535446541c62fab468c0f8ed6c94018f0cc070 (patch)
treec3474db6d36c334af03aae92112929d8f445a127 /src/protocol-constants.h
parentfb1dcb88fcc1a027da2f8e0ab1020afa1754ff3a (diff)
fix gtk2 support for new cell renderer and fix error reporting
Diffstat (limited to 'src/protocol-constants.h')
-rw-r--r--src/protocol-constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/protocol-constants.h b/src/protocol-constants.h
index 43b68f4..8d1605b 100644
--- a/src/protocol-constants.h
+++ b/src/protocol-constants.h
@@ -44,7 +44,6 @@
#define FIELD_DOWNLOAD_DIR "downloadDir"
#define FIELD_HASH_STRING "hashString"
#define FIELD_SWARM_SPEED "swarmSpeed"
-#define FIELD_ERROR_STRING "errorString"
#define FIELD_NAME "name"
#define FIELD_SIZEWHENDONE "sizeWhenDone"
#define FIELD_STATUS "status"
@@ -68,8 +67,8 @@
#define FIELD_LEFTUNTILDONE "leftUntilDone"
#define FIELD_ISFINISHED "isFinished"
#define FIELD_ISPRIVATE "isPrivate"
-#define FIELD_ERRORSTR "errorString"
#define FIELD_ERROR "error"
+#define FIELD_ERROR_STRING "errorString"
#define FIELD_BANDWIDTH_PRIORITY "bandwidthPriority"
#define FIELD_UPLOAD_LIMIT "uploadLimit"
#define FIELD_UPLOAD_LIMITED "uploadLimited"