X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=gtk-gui.c;h=f7d3c500886ad69406efa336547af48daf9c4026;hp=45aa212638716e4550aa3c399436af1cfb7464dd;hb=621761233b2e1b139c07987b562ef2aa299ff35e;hpb=822b6409d752133090df24f5ca38f69656ff82b7 diff --git a/gtk-gui.c b/gtk-gui.c index 45aa212..f7d3c50 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -794,7 +794,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 */