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

Diff of /xlog/src/callbacks_toolbar.c

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

revision 1.13 by pa4tu, Sun Aug 17 10:25:42 2003 UTC revision 1.14 by pa4tu, Wed Oct 1 22:35:56 2003 UTC
# Line 235  on_abutton_clicked (GtkButton * button, Line 235  on_abutton_clicked (GtkButton * button,
235        {        {
236          logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,          logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,
237            logw->logname, ".xlog", NULL);            logw->logname, ".xlog", NULL);
238          savelog (logw, logfile, TYPE_FLOG);          savelog (logw, logfile, TYPE_FLOG, 1, logw->qsos);
239          logw->logchanged = FALSE;          logw->logchanged = FALSE;
240          temp = g_strdup_printf (_("QSO %s added to %s log, log saved"),          temp = g_strdup_printf (_("QSO %s added to %s log, log saved"),
241            qso[NR], logw->logname);            qso[NR], logw->logname);
# Line 358  on_dbutton_clicked (GtkButton * button, Line 358  on_dbutton_clicked (GtkButton * button,
358            {            {
359              logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,              logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,
360                logwindow->logname, ".xlog", NULL);                logwindow->logname, ".xlog", NULL);
361              savelog (logwindow, logfile, TYPE_FLOG);              savelog (logwindow, logfile, TYPE_FLOG, 1, logwindow->qsos);
362              logwindow->logchanged = FALSE;              logwindow->logchanged = FALSE;
363            }            }
364        }        }
# Line 567  on_ubutton_clicked (GtkButton * button, Line 567  on_ubutton_clicked (GtkButton * button,
567            {            {
568              logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,              logfile = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S,
569                logw->logname, ".xlog", NULL);                logw->logname, ".xlog", NULL);
570              savelog (logw, logfile, TYPE_FLOG);              savelog (logw, logfile, TYPE_FLOG, 1, logw->qsos);
571              logw->logchanged = FALSE;              logw->logchanged = FALSE;
572              statustext =              statustext =
573                g_strdup_printf (_("QSO %s updated in %s log, log saved"),                g_strdup_printf (_("QSO %s updated in %s log, log saved"),

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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