From 6efe0ce886f89b08ac2770624007244a08cd2a88 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 4 Apr 2006 14:49:56 +0000 Subject: [PATCH] show confiramtion windows. Fixes #1795 --- src/dialogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs.py b/src/dialogs.py index 24fcb667f..843105ef7 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 '''