summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNecoro <>2008-01-20 02:25:04 +0000
committerNecoro <>2008-01-20 02:25:04 +0000
commitf664def8463a84284a1a8f93ddc5cd6dae3f9d1b (patch)
tree15029a7ce3347030d06d57f6e9a500fd5d8e0e17
parent6647e99ec83e2a934346bb4ca58e93a2e216a831 (diff)
downloadportato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.tar.gz
portato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.tar.bz2
portato-f664def8463a84284a1a8f93ddc5cd6dae3f9d1b.zip
r682@Devoty: necoro | 2008-01-20 03:23:02 +0100
remove package at the _end_ of the merge
-rw-r--r--portato/gui/gui_helper.py1
-rw-r--r--portato/gui/updater.py9
2 files changed, 5 insertions, 5 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 9c16892..28463a8 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -519,6 +519,7 @@ class EmergeQueue:
title = self.console.get_window_title()
if title != old_title:
self.title_update(title)
+ old_title = title
time.sleep(0.5)
if self.up:
diff --git a/portato/gui/updater.py b/portato/gui/updater.py
index e468691..f0d4c90 100644
--- a/portato/gui/updater.py
+++ b/portato/gui/updater.py
@@ -66,11 +66,10 @@ q
p1 = subprocess.Popen(["qlop", "--current", "--nocolor", "--quiet"], stdout = subprocess.PIPE)
this = subprocess.Popen(["sed", self.SED_EXP], stdout = subprocess.PIPE, stdin = p1.stdout).communicate()[0]
- if this:
- this = this.strip()
- if this != curr: # changed package
- curr = this
- self.remove(self.find(curr)) # remove it
+ if this: this = this.strip()
+ if this != curr: # changed package
+ curr and self.remove(self.find(curr)) # remove the previous
+ curr = this
time.sleep(2.0)
rc/password-store.sh?h=1.7.3&id=bd1cadd5620279b5ee781434b4f0731eb9ad730d&follow=1'>Quote array specifierJason A. Donenfeld1-1/+1 2017-10-13protect dirname calls from pass-names that look like command-line optionsStacey Sheldon1-6/+6 2017-09-15passmenu: Don't eat whitespace at beginning/end of passwordDaniel Lublin1-1/+1 2017-08-29emacs: Release version 1.0.1 of Emacs packageSvend Sorensen2-5/+10 2017-08-29emacs: --run-async: Quote shell argumentsDamien Cassou1-4/+5 2017-08-29emacs: Update author's email addressSvend Sorensen1-2/+2 2017-08-29emacs: Fix package-lint violationsSvend Sorensen1-2/+3 2017-07-26emacs: Release version 1.0.0 of Emacs packageSvend Sorensen2-1/+8 2017-07-26emacs: Use with-editor to wrap "pass edit"Svend Sorensen2-9/+17 2017-04-13Bump version1.7.1Jason A. Donenfeld1-1/+1 2017-04-13init: match only the public keyJason A. Donenfeld1-1/+1 2017-03-28Use $GPG variableJason A. Donenfeld1-3/+3 2017-03-20Fix compatibility with GnuPG 2.2.19Andreas Stieger2-2/+2 2017-03-01tests: fix on OSX by not using the tr hackJason A. Donenfeld3-5/+2 2017-02-26Bump version1.7Jason A. Donenfeld1-1/+1 2017-02-26Modernize makefileJason A. Donenfeld2-31/+36 2017-02-25CopyrightJason A. Donenfeld1-1/+1 2017-02-25StyleJason A. Donenfeld1-2/+2 2017-02-25git: use inner-most directoryJason A. Donenfeld2-27/+48 2017-02-25clip: sleep may require argv[0] to be sleepJason A. Donenfeld1-1/+1 2017-02-25man: document system extensionsJason A. Donenfeld1-2/+3