From fceb850b55ddf4109905ec939f1e8d06ee651f92 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Wed, 23 Jan 2008 23:12:52 +0000 Subject: r707@Devoty: necoro | 2008-01-24 00:00:22 +0100 small patch for get_actual_use_flag taking into account that a package might not be in system anymore r708@Devoty: necoro | 2008-01-24 00:11:23 +0100 EmergeQueue.is_empty() now honors all queues --- portato/gui/gtk/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/gtk') diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index 1571fc2..bdd5bfb 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -1651,7 +1651,7 @@ class MainWindow (Window): def cb_delete (self, *args): """Looks whether we really want to quit.""" - self.__save_queue = True + self.__save_queue = False if not self.queue.is_empty(): ret = queue_not_empty_dialog() -- cgit v1.2.3-54-g00ecf