summaryrefslogtreecommitdiff
path: root/ao-view/aoview_table.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-08-18 23:38:16 -0700
committerKeith Packard <keithp@keithp.com>2009-08-18 23:38:28 -0700
commit33edd62992a32b0ec8ca66d879fa300871db5937 (patch)
treefcc537ef40f60948e75e753d7d992ef0fdab58c6 /ao-view/aoview_table.c
parent29687cbd462a332d9a36ed87500c5b737dcae3f4 (diff)
Update ao-view to add GPS satellite tracking data
This adds another column to the display to hold per-satellite GPS tracking data and a count of the visible and locked sats. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-view/aoview_table.c')
-rw-r--r--ao-view/aoview_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-view/aoview_table.c b/ao-view/aoview_table.c
index 93143009..e75ae670 100644
--- a/ao-view/aoview_table.c
+++ b/ao-view/aoview_table.c
@@ -17,7 +17,7 @@
#include "aoview.h"
-#define NCOL 2
+#define NCOL 3
static GtkTreeView *dataview[NCOL];
static GtkListStore *datalist[NCOL];