]> err.no Git - mapper/commitdiff
Add "Track" tab, for displaying information about the current track.
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 14:57:57 +0000 (16:57 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 14:57:57 +0000 (16:57 +0200)
src/ui-common.c

index 0ea0f2410ab5b8405351d6e5c3903eaa26fe4f9c..bc9e968db52e6dc735562724176b95fc1558e7ac 100644 (file)
@@ -54,6 +54,7 @@ struct ui_notebook_struct {
     gint gps;
     gint heading;
        gint route;
+       gint track;
 };
 struct ui_notebook_struct ui_notebook;
 
@@ -787,6 +788,14 @@ g_signal_connect(G_OBJECT(route_tree), "row-activated", G_CALLBACK(route_waypoin
 #endif
 ui_notebook.route=gtk_notebook_append_page(notebook, vbox, label);
 
+/* Track Tab */
+#if 0
+vbox=gtk_vbox_new(FALSE, 0);
+label=gtk_label_new("Track");
+
+ui_notebook.track=gtk_notebook_append_page(notebook, vbox, label);
+#endif
+
 menu_maps_add_repos();
 menu_init_cmenu();