diff --git a/src/dialogs.py b/src/dialogs.py
index 24fcb667f8e7c0a46de0120b0b616093ec4c5f66..843105ef7f976ee11d8222a05a790d545c6018a1 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -690,6 +690,7 @@ class ConfirmationDialogCheck(ConfirmationDialog):
 
 		self.checkbutton = gtk.CheckButton(checktext)
 		self.vbox.pack_start(self.checkbutton, expand = False, fill = True)
+		self.popup()
 
 	def is_checked(self):
 		''' Get active state of the checkbutton '''