changeset ccf1c25a1a21 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=ccf1c25a1a21
description: fix var name
diffstat:
plugins/whiteboard/whiteboard_widget.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e2b267099d6e -r ccf1c25a1a21 plugins/whiteboard/whiteboard_widget.py
--- a/plugins/whiteboard/whiteboard_widget.py Fri Sep 02 20:56:34 2011 +0300
+++ b/plugins/whiteboard/whiteboard_widget.py Fri Sep 02 21:12:01 2011 +0300
@@ -39,7 +39,7 @@
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()
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits