Fix last again

This commit is contained in:
Andrew Resch 2008-07-26 04:17:43 +00:00
parent 10ad76b2f4
commit c873360ca6

View file

@ -146,7 +146,7 @@ class MainWindow(component.Component):
if self.config["window_maximized"] == True:
self.window.maximize()
self.vpaned.set_position(
self.config["window_heighfrom deluge.ui.gtkui.ipcinterface import process_argt"] - self.config["window_pane_position"])
self.config["window_height"] - self.config["window_pane_position"])
def on_window_configure_event(self, widget, event):
if self.config["window_maximized"] == False and self.visible: