fix var name
This commit is contained in:
parent
370965f685
commit
9847455414
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Whiteboard(object):
|
||||||
self.plugin = plugin
|
self.plugin = plugin
|
||||||
file_path = plugin.local_file_path('whiteboard_widget.ui')
|
file_path = plugin.local_file_path('whiteboard_widget.ui')
|
||||||
xml = gtk.Builder()
|
xml = gtk.Builder()
|
||||||
self.xml.set_translation_domain('gajim_plugins')
|
xml.set_translation_domain('gajim_plugins')
|
||||||
xml.add_from_file(file_path)
|
xml.add_from_file(file_path)
|
||||||
self.hbox = xml.get_object('whiteboard_hbox')
|
self.hbox = xml.get_object('whiteboard_hbox')
|
||||||
self.canevas = goocanvas.Canvas()
|
self.canevas = goocanvas.Canvas()
|
||||||
|
|
Loading…
Add table
Reference in a new issue