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)