From e30c88f53c1b0998b38cf873ec11ab1d25b9d520 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Tue, 21 Oct 2008 20:56:18 +0200 Subject: [PATCH] tag: Fix tagtransfert function --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tag.c b/src/tag.c index 0ca099a..7ed75e6 100644 --- a/src/tag.c +++ b/src/tag.c @@ -83,7 +83,7 @@ uicb_tagtransfert(uicb_t cmd) { int n = atoi(cmd); - if(!sel) + if(!sel || n == seltag) return; if(!n)