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

Diff of /xlog/src/gui_openlogdialog.c

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

revision 1.10 by pa4tu, Fri Oct 22 07:13:08 2004 UTC revision 1.11 by pa4tu, Mon Oct 25 19:22:38 2004 UTC
# Line 36  Line 36 
36  #include "log.h"  #include "log.h"
37  #include "support.h"  #include "support.h"
38  #include "utils.h"  #include "utils.h"
39    #include "gui_utils.h"
40    
41  extern statetype state;  extern statetype state;
42  extern preferencestype preferences;  extern preferencestype preferences;
# Line 222  on_menu_open_activate (GtkMenuItem * men Line 223  on_menu_open_activate (GtkMenuItem * men
223                                  gtk_notebook_set_current_page                                  gtk_notebook_set_current_page
224                                          (GTK_NOTEBOOK(mainnotebook), state.logwindows - 1);                                          (GTK_NOTEBOOK(mainnotebook), state.logwindows - 1);
225                                  set_qsoframe (logwindow);                                  set_qsoframe (logwindow);
226                                    set_tabs_menu ();
227                                  temp = g_strdup_printf (_("%d QSO's loaded"), state.qsos);                                  temp = g_strdup_printf (_("%d QSO's loaded"), state.qsos);
228                                  update_statusbar (temp);                                  update_statusbar (temp);
229                                  g_free (temp);                                  g_free (temp);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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