diff --git a/src/DataViews/GrampletView.py b/src/DataViews/GrampletView.py index 226dc2efa..00e55e623 100644 --- a/src/DataViews/GrampletView.py +++ b/src/DataViews/GrampletView.py @@ -211,7 +211,7 @@ class GrampletWindow(ManagedWindow.ManagedWindow): """ self.title = gramplet.title + " " + _("Gramplet") self.gramplet = gramplet - ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], self.__class__) + ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], self.title) self.set_window(gtk.Dialog("",gramplet.uistate.window, gtk.DIALOG_DESTROY_WITH_PARENT, (gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE)),