summaryrefslogtreecommitdiff
path: root/portato/gui/queue.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-25 16:36:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-25 16:36:50 +0200
commitdac2a378003f09dcbe12b27dcf15a47ab9bac46a (patch)
tree8e0578c641474c5129a52ffa597f29d237731dfa /portato/gui/queue.py
parentb528cde68b09e037f3cb905b91cbbb168622d7dd (diff)
parent692c9940ba22fdb4e7ec66da79090dec0688c31d (diff)
downloadportato-dac2a378003f09dcbe12b27dcf15a47ab9bac46a.tar.gz
portato-dac2a378003f09dcbe12b27dcf15a47ab9bac46a.tar.bz2
portato-dac2a378003f09dcbe12b27dcf15a47ab9bac46a.zip
Merge in changes from 0.13 branch
Diffstat (limited to '')
-rw-r--r--portato/gui/queue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/queue.py b/portato/gui/queue.py
index 7c667f9..e73891d 100644
--- a/portato/gui/queue.py
+++ b/portato/gui/queue.py
@@ -538,6 +538,7 @@ class EmergeQueue:
system.reload_settings()
self.db.reload()
debug("Sync finished")
+ self.threadQueue.next()
self.threadQueue.put(finish, caller = self.sync)
nsertions'>+19 2009-09-03And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann1-1/+8 2009-09-03Screw debugging ... prefer the ctypes approach to get rid of yet another c-mo...René 'Necoro' Neumann3-27/+11 2009-09-03Use this wrapper instead of ctypes to set the textdomain and stuff for the gt...René 'Necoro' Neumann1-9/+5 2009-09-03Add small wrapper to C-gettextRené 'Necoro' Neumann2-1/+22 2009-08-31Update messages.potRené 'Necoro' Neumann1-42/+94 2009-08-31Removed the gtk- strings from translationsRené 'Necoro' Neumann7-3639/+3479 2009-08-31Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11 2009-08-31Removed TODO. Renamed ChangeLog to TODORené 'Necoro' Neumann2-40/+0 2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8 2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1 2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687 2009-08-15Update spanish translationDaniel Halens1-245/+258 2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0