add missing assinment of forward button
svn: r9880
This commit is contained in:
parent
37d60133ed
commit
58b08de6c1
@ -110,6 +110,7 @@ class ExportAssistant(gtk.Assistant, ManagedWindow.ManagedWindow) :
|
|||||||
#set up Assisant
|
#set up Assisant
|
||||||
gtk.Assistant.__init__(self)
|
gtk.Assistant.__init__(self)
|
||||||
##workaround around bug http://bugzilla.gnome.org/show_bug.cgi?id=56070
|
##workaround around bug http://bugzilla.gnome.org/show_bug.cgi?id=56070
|
||||||
|
self.forward_button = None
|
||||||
gtk.Assistant.forall(self, self.get_forward_button)
|
gtk.Assistant.forall(self, self.get_forward_button)
|
||||||
## end
|
## end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user