Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/objectchooser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/journal/objectchooser.py')
-rw-r--r--src/jarabe/journal/objectchooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/objectchooser.py b/src/jarabe/journal/objectchooser.py
index d860b0d..8a664c4 100644
--- a/src/jarabe/journal/objectchooser.py
+++ b/src/jarabe/journal/objectchooser.py
@@ -104,7 +104,7 @@ class ObjectChooser(Gtk.Window):
# TODO: Should we disconnect the signal here?
def __window_closed_cb(self, screen, window, parent):
- if window.get_xid() == parent.xid:
+ if window.get_xid() == parent.get_xid():
self.destroy()
def __entry_activated_cb(self, list_view, uid):