summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Rix <phrkonaleash@gmail.com>2009-12-08 13:10:02 -0700
committerRyan Rix <phrkonaleash@gmail.com>2009-12-08 13:10:02 -0700
commitee0f707b94d8f22fe5d70a77031931cfbe7cb3b8 (patch)
tree6a830dcdc8f61871a136086f7b877e495593d2fd
parent3212df8136dda3c3ed1e42191c9ab64538b849ff (diff)
downloadfedora-tour-ee0f707b94d8f22fe5d70a77031931cfbe7cb3b8.tar.gz
fedora-tour-ee0f707b94d8f22fe5d70a77031931cfbe7cb3b8.tar.xz
fedora-tour-ee0f707b94d8f22fe5d70a77031931cfbe7cb3b8.zip
Maybe I should close my comments
-rw-r--r--frontend/tour_gtk_frontend.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/tour_gtk_frontend.py b/frontend/tour_gtk_frontend.py
index a891794..cd415ad 100644
--- a/frontend/tour_gtk_frontend.py
+++ b/frontend/tour_gtk_frontend.py
@@ -30,8 +30,6 @@ class Frontend:
self.mainWindow=create_win()
self.mainWindow.connect("delete_event", self.winDelete)
self.mainWindow.connect("destroy",self.winDestory)
-
- pass
def winDestroy(self,widget,Data=none):
return False
@@ -40,7 +38,7 @@ class Frontend:
gtk.main_quit()
"""
-
+ """
def create_win(self):
return gtk.Window(gtk.WINDOW_TOPLEVEL)