summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 22:28:56 -0400
commit0c0e13106e6b655498b6351f66799d8101486195 (patch)
tree9e86297f541a39a0b9d4df33f750ee498e17eac7 /xgps
parentb31ea3f7b9c084f8f15f79214117e62683e360d9 (diff)
downloadgpsd-0c0e13106e6b655498b6351f66799d8101486195.tar.gz
FIXME -> FIX-ME, so I can walk through these without tripping over autotools.
Diffstat (limited to 'xgps')
-rwxr-xr-xxgps2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgps b/xgps
index 748f0e36..c50125eb 100755
--- a/xgps
+++ b/xgps
@@ -420,7 +420,7 @@ class Base:
else:
colbase = 2
label = gtk.Label(Base.gpsfields[i][0])
- # FIXME: Right-justification isn't working
+ # FIX-ME: Right-justification isn't working
label.set_justify(gtk.JUSTIFY_RIGHT)
datatable.attach(label, colbase, colbase+1, i % 7, i % 7 + 1)
entry = gtk.Entry()