diff --git a/plugins/whiteboard/whiteboard_widget.py b/plugins/whiteboard/whiteboard_widget.py index f3837675fab3148939903719cc6d2f376c3d22bb..2435ae1f6a98a3f0cd37d15c5bac43282b1a0933 100644 --- a/plugins/whiteboard/whiteboard_widget.py +++ b/plugins/whiteboard/whiteboard_widget.py @@ -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()