[gnome-sharing-service] close application when pressing the cancel button



commit 9b8db67eb26dbb2f6e51b90f1cf97b2ca0cb43ba
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sun Jul 4 14:18:19 2010 +0200

    close application when pressing the cancel button

 src/gss/gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gss/gui.py b/src/gss/gui.py
index 0461a1c..fbf7805 100644
--- a/src/gss/gui.py
+++ b/src/gss/gui.py
@@ -56,7 +56,7 @@ class SharingDialog (threading.Thread):
     self.uris = uris
 
   def close_application(self, widget=None, event=None, data=None):
-    #gtk.main_quit()
+    gtk.main_quit()
     return False
 
   def on_cursor_changed(self, data=None):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]