fix var name

This commit is contained in:
Denis Fomin 2011-09-02 21:12:01 +03:00
parent 370965f685
commit 9847455414
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Whiteboard(object):
self.plugin = plugin
file_path = plugin.local_file_path('whiteboard_widget.ui')
xml = gtk.Builder()
self.xml.set_translation_domain('gajim_plugins')
xml.set_translation_domain('gajim_plugins')
xml.add_from_file(file_path)
self.hbox = xml.get_object('whiteboard_hbox')
self.canevas = goocanvas.Canvas()