summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornecoro <>2007-08-12 05:43:46 +0000
committernecoro <>2007-08-12 05:43:46 +0000
commit2a2d20986595f2b575e5bb371e9db026102466ba (patch)
tree9a80fbaba42649e4a14e32b46a782e7e686396a8
parentd7383b4ecfe5ed3f2ee06ac873e68f27d15d2cac (diff)
downloadportato-2a2d20986595f2b575e5bb371e9db026102466ba.tar.gz
portato-2a2d20986595f2b575e5bb371e9db026102466ba.tar.bz2
portato-2a2d20986595f2b575e5bb371e9db026102466ba.zip
bug in windows
-rw-r--r--portato/gui/gtk/windows.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py
index f0b7f1b..c0037af 100644
--- a/portato/gui/gtk/windows.py
+++ b/portato/gui/gtk/windows.py
@@ -936,7 +936,7 @@ class MainWindow (Window):
# notebook
self.notebook = self.tree.get_widget("notebook")
- #self.window.show_all()
+ self.window.show_all()
# table
self.packageTable = PackageTable(self)
@@ -970,7 +970,6 @@ class MainWindow (Window):
self.queue = EmergeQueue(console = self.console, tree = self.queueTree, db = self.db, title_update = self.title_update, threadClass = GtkThread)
self.window.maximize()
- self.window.show_all()
def show_package (self, *args, **kwargs):
self.packageTable.update(*args, **kwargs)
to.git/commit/portato/gui/gtk/windows.py?h=v0.14.1&id=60f1e4d9191a3bc046bf5659c57ed98df5ebb888&follow=1'>Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237