diff --git a/src/common/helpers.py b/src/common/helpers.py
index 1226f2cd54f6dd8216b93ff00affef4c88f3d27f..a6c9dbaf3430740673b7eb00ca46d6480e83da5a 100644
--- a/src/common/helpers.py
+++ b/src/common/helpers.py
@@ -741,8 +741,6 @@ first = True):
 			return False
 	if type and (not gajim.config.get(type) or not first):
 		return False
-	if type and gajim.config.get(type) and first:
-		return True
 	if gajim.config.get('autopopupaway'): # always show notification
 		return True
 	if gajim.connections[account].connected in (2, 3): # we're online or chat