/[xlog]/xlog/src/main.c
ViewVC logotype

Diff of /xlog/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74 by pa4tu, Thu Apr 21 17:59:24 2005 UTC revision 1.75 by pa4tu, Mon May 9 11:41:07 2005 UTC
# Line 326  main (int argc, char *argv[]) Line 326  main (int argc, char *argv[])
326          g_signal_connect (G_OBJECT (mainnotebook), "switch_page",          g_signal_connect (G_OBJECT (mainnotebook), "switch_page",
327                                          G_CALLBACK (on_mainnotebook_switch_page), NULL);                                          G_CALLBACK (on_mainnotebook_switch_page), NULL);
328    
329            /* set the menu strings for the bandoption menu */
330            makebandoptionmenu (preferences.bands);
331            /* set the menu strings for the modeoption menu */
332            makemodeoptionmenu (preferences.modes);
333    
334          /* first page has focus */          /* first page has focus */
335          if (lp && i > 0)          if (lp && i > 0)
336                  logwindow = g_list_nth_data (logwindowlist, 0);                  logwindow = g_list_nth_data (logwindowlist, 0);
# Line 342  main (int argc, char *argv[]) Line 347  main (int argc, char *argv[])
347          temp = g_strdup_printf (_("%d QSO's loaded"), state.qsos);          temp = g_strdup_printf (_("%d QSO's loaded"), state.qsos);
348          update_statusbar (temp);          update_statusbar (temp);
349    
         /* set the menu strings for the bandoption menu */  
         makebandoptionmenu (preferences.bands);  
         /* set the menu strings for the modeoption menu */  
         makemodeoptionmenu (preferences.modes);  
   
           
350          /* either hide the editbox or the optionmenu */          /* either hide the editbox or the optionmenu */
351          modeoptionmenu = lookup_widget (mainwindow, "modeoptionmenu");          modeoptionmenu = lookup_widget (mainwindow, "modeoptionmenu");
352          if (preferences.modeseditbox == 0)          if (preferences.modeseditbox == 0)

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26