Fix crash running Note gramplet in side and bottom bars when using object linking functionality
svn: r16545
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2000-2007 Donald N. Allingham
|
# Copyright (C) 2000-2007 Donald N. Allingham
|
||||||
# Copyright (C) 2011 Nick Hall
|
# Copyright (C) 2011 Nick Hall
|
||||||
|
# Copyright (C) 2011 Gary Burton
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# 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.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
|
||||||
self.add(self.textview)
|
self.add(self.textview)
|
||||||
self.show_all()
|
self.show_all()
|
||||||
|
self.track = []
|
||||||
|
|
||||||
def get_container_widget(self):
|
def get_container_widget(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user