Merge lp:~deejay1/groundcontrol/fix-for-517605 into lp:groundcontrol

Proposed by Łukasz Jernaś
Status: Merged
Merged at revision: not available
Proposed branch: lp:~deejay1/groundcontrol/fix-for-517605
Merge into: lp:groundcontrol
Diff against target: 20 lines (+2/-1)
1 file modified
GroundControl/gtkviews.py (+2/-1)
To merge this branch: bzr merge lp:~deejay1/groundcontrol/fix-for-517605
Reviewer Review Type Date Requested Status
Martin Owens Approve
Review via email: mp+18790@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Owens (doctormo) wrote :

Absolutely brilliant work! you researched the problem, got it fixed and best of all got a patch in that works :-)

*two thumbs up*

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GroundControl/gtkviews.py'
2--- GroundControl/gtkviews.py 2010-02-04 16:28:34 +0000
3+++ GroundControl/gtkviews.py 2010-02-07 10:18:14 +0000
4@@ -18,7 +18,7 @@
5 Wraps the gtk treeview in something a little nicer.
6 """
7
8-from GroundControl import GLADE_DIR, PIXMAP_DIR
9+from GroundControl import GLADE_DIR, PIXMAP_DIR, __appname__
10 from GroundControl.base import Thread
11
12 import os
13@@ -85,6 +85,7 @@
14 # Initalise the treading too
15 gtk.gdk.threads_init()
16 self.w_tree = gtk.Builder()
17+ self.w_tree.set_translation_domain(__appname__)
18 self.w_tree.add_from_file(self.gapp_xml)
19 self.signals = {}
20 self.widget = self.w_tree.get_object

Subscribers

People subscribed via source and target branches