summaryrefslogtreecommitdiff
path: root/src/protocol-constants.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-11 16:22:12 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-11 16:22:12 +0000
commitb04162cc32df0d27397d2b0320f984ec98267b54 (patch)
tree9b3a720a94d4b35d0b5ec615406652691b35126f /src/protocol-constants.h
parentfccdb76b5140f0764a5e6ad035e67519b5ee6f6a (diff)
for view menu check items, set their active in an expose event so they're synced with preferences. add move up/down queue buttons (only in torrent menu for now).
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 33ceaa0..4a0d6ed 100644
--- a/src/protocol-constants.h
+++ b/src/protocol-constants.h
@@ -118,6 +118,8 @@
#define METHOD_PORT_TEST "port-test"
#define METHOD_BLOCKLIST_UPDATE "blocklist-update"
#define METHOD_SESSION_STATS "session-stats"
+#define METHOD_QUEUE_MOVE_UP "queue-move-up"
+#define METHOD_QUEUE_MOVE_DOWN "queue-move-down"
#define PARAM_IDS "ids"
#define PARAM_DELETE_LOCAL_DATA "delete-local-data"