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

Diff of /xlog/src/gui_mergedialog.c

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

revision 1.3 by pa4tu, Tue Mar 8 18:28:13 2005 UTC revision 1.4 by pa4tu, Thu Jun 2 10:41:46 2005 UTC
# Line 156  on_menu_merge_activate (GtkMenuItem * me Line 156  on_menu_merge_activate (GtkMenuItem * me
156                          {                          {
157                                  logn1 = logname (g_path_get_basename (log1));                                  logn1 = logname (g_path_get_basename (log1));
158                                  logn2 = logname (g_path_get_basename (log2));                                  logn2 = logname (g_path_get_basename (log2));
159                                  logn = g_strdup_printf ("%s+%s*", logn1, logn2);                                  logn = g_strdup_printf ("%s+%s", logn1, logn2);
160                                  logw =  openlog (lp1, logn, state.logwindows++);                                  logw =  openlog (lp1, logn, state.logwindows++);
161                                  g_free (logn2);                                  g_free (logn2);
162                                  g_free (logn1);                                  g_free (logn1);
# Line 173  on_menu_merge_activate (GtkMenuItem * me Line 173  on_menu_merge_activate (GtkMenuItem * me
173                                          (GTK_NOTEBOOK(mainnotebook), state.logwindows - 1);                                          (GTK_NOTEBOOK(mainnotebook), state.logwindows - 1);
174                                  set_qsoframe (logw);                                  set_qsoframe (logw);
175                                  set_tabs_menu ();                                  set_tabs_menu ();
176                                    gtk_label_set_text (GTK_LABEL (logw->label),
177                            g_strconcat (logw->logname, " *", NULL));
178                                  temp = g_strdup_printf                                  temp = g_strdup_printf
179          (_("%d QSO's merged, the log may need sorting"), state.qsos);          (_("%d QSO's merged, the log may need sorting"), state.qsos);
180                                  update_statusbar (temp);                                  update_statusbar (temp);

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