X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=gtk-gui.c;h=619af2f08ab2aa59125466ce20e3ef8ebaf335f1;hp=9f37c1a0b95f9f193673d521efd9a666ee323d6d;hb=9b72217f79f29313d30c87c55f533cc606da6a8f;hpb=91e7dcc555ada4fe43198327383e895e528c4cc7 diff --git a/gtk-gui.c b/gtk-gui.c index 9f37c1a..619af2f 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -810,7 +810,7 @@ void init_ui(int *argcp, char ***argvp) gtk_notebook_append_page(GTK_NOTEBOOK(notebook), nb_page, gtk_label_new("Dive Notes")); /* Frame for dive equipment */ - nb_page = equipment_widget(); + nb_page = equipment_widget(W_IDX_PRIMARY); gtk_notebook_append_page(GTK_NOTEBOOK(notebook), nb_page, gtk_label_new("Equipment")); /* Frame for single dive statistics */