From b04162cc32df0d27397d2b0320f984ec98267b54 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 11 Sep 2011 16:22:12 +0000 Subject: 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). --- 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 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" -- cgit v1.2.3