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

Diff of /xlog/src/gui_newlogdialog.c

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

revision 1.3 by pa4tu, Mon Oct 25 19:22:38 2004 UTC revision 1.4 by pa4tu, Tue Oct 26 08:47:41 2004 UTC
# Line 156  on_menu_new_activate (GtkMenuItem * menu Line 156  on_menu_new_activate (GtkMenuItem * menu
156                                          gtk_notebook_set_current_page (GTK_NOTEBOOK(mainnotebook), i);                                          gtk_notebook_set_current_page (GTK_NOTEBOOK(mainnotebook), i);
157                                          set_qsoframe (logwindow);                                          set_qsoframe (logwindow);
158                                          logopen = TRUE;                                          logopen = TRUE;
159                                            update_statusbar (_("A log with the same name is already open"));
160                                          break;                                          break;
161                                  }                                  }
162                          }                          }
# Line 180  on_menu_new_activate (GtkMenuItem * menu Line 181  on_menu_new_activate (GtkMenuItem * menu
181                                                  xlogbackupfile =        g_strconcat (filename, ".backup", NULL);                                                  xlogbackupfile =        g_strconcat (filename, ".backup", NULL);
182                                                  savelog (logwindow, xlogbackupfile, TYPE_FLOG, 1, logwindow->qsos);                                                  savelog (logwindow, xlogbackupfile, TYPE_FLOG, 1, logwindow->qsos);
183                                                  g_free (xlogbackupfile);                                                  g_free (xlogbackupfile);
184                                                    update_statusbar (_("A log with the same name already exists"));
185                                          }                                          }
186                                          g_free (filename);                                          g_free (filename);
187                                          g_string_free (logs, TRUE);                                          g_string_free (logs, TRUE);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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