From 7a1b5075b3a771eafe74772baae17748e57d7c7f Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Wed, 2 Feb 2011 21:57:27 +0000 Subject: [PATCH] Fix crash running Note gramplet in side and bottom bars when using object linking functionality svn: r16545 --- src/gui/grampsbar.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/grampsbar.py b/src/gui/grampsbar.py index e826cec82..a6268680c 100644 --- a/src/gui/grampsbar.py +++ b/src/gui/grampsbar.py @@ -3,6 +3,7 @@ # # Copyright (C) 2000-2007 Donald N. Allingham # Copyright (C) 2011 Nick Hall +# Copyright (C) 2011 Gary Burton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -454,6 +455,7 @@ class TabGramplet(gtk.ScrolledWindow, GuiGramplet): self.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC) self.add(self.textview) self.show_all() + self.track = [] def get_container_widget(self): """