summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-23 01:03:17 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-23 01:03:17 +0200
commit755323a95128d3c42108ce55befaf766fc19f306 (patch)
treee58d45110551ee8be05d53aaa8b75ab4a012df83 /portato/gui
parent6021507f58e9a30cb0324270c8e27aa0a0691a8c (diff)
parent3fddc267618c034aae980060e560ce80ba20cbe6 (diff)
downloadportato-755323a95128d3c42108ce55befaf766fc19f306.tar.gz
portato-755323a95128d3c42108ce55befaf766fc19f306.tar.bz2
portato-755323a95128d3c42108ce55befaf766fc19f306.zip
Merge branch '0.14'
* 0.14: new version plugin showed the versions in the wrong order Clearer debug message for packages not in mergequeue Reset HOME to /root for root Small error in sqldb Updated french translation to current translation status. Typo in TRANSLATORS Updated portguese translation
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/queue.py b/portato/gui/queue.py
index d3ae1f2..ff82441 100644
--- a/portato/gui/queue.py
+++ b/portato/gui/queue.py
@@ -637,7 +637,7 @@ class EmergeQueue:
try:
self.oneshotmerge.remove(cpv)
except ValueError:
- debug("Catched ValueError => %s seems not to be in merge-queue. Should be no harm.", cpv)
+ debug("Catched ValueError => %s seems not to be in merge-queue. This probably means it is a dependency.", cpv)
elif self.tree.is_in_unmerge(it): # in Unmerge
try: