Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/PeopleWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/PeopleWindow.py')
-rw-r--r--shell/PeopleWindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/PeopleWindow.py b/shell/PeopleWindow.py
index 33665ab..3d999c3 100644
--- a/shell/PeopleWindow.py
+++ b/shell/PeopleWindow.py
@@ -9,6 +9,7 @@ class PeopleWindow(gtk.Window):
self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DIALOG)
self.set_default_size(620, 440)
+ self.connect("delete_event", lambda w, e: w.hide_on_delete())
hbox = gtk.HBox(False, 12)
hbox.set_border_width(12)