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

Diff of /xlog/src/gui_tracedialog.c

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

revision 1.9 by pa4tu, Fri Mar 4 15:37:09 2005 UTC revision 1.10 by pa4tu, Mon May 16 08:01:13 2005 UTC
# Line 72  stop_tracing (void) Line 72  stop_tracing (void)
72          stderr = fdopen (STDERR_FILENO, "w");          stderr = fdopen (STDERR_FILENO, "w");
73  #endif  #endif
74  #endif  #endif
75          hamlibresult = start_hamlib (preferences.radio, preferences.device,          hamlibresult = start_hamlib (preferences.rigid, preferences.device,
76                  RIG_DEBUG_NONE, preferences.polltime);                  RIG_DEBUG_NONE, preferences.polltime);
77  }  }
78    
# Line 183  on_trace_hamlib_activate(GtkMenuItem * m Line 183  on_trace_hamlib_activate(GtkMenuItem * m
183                  g_free (tracestr);                  g_free (tracestr);
184                  stop_hamlib();                  stop_hamlib();
185                  finfo.fd = freopen (finfo.filename, "w", stderr);                  finfo.fd = freopen (finfo.filename, "w", stderr);
186                  hamlibresult = start_hamlib (preferences.radio, preferences.device,                  hamlibresult = start_hamlib (preferences.rigid, preferences.device,
187                          RIG_DEBUG_TRACE, preferences.polltime);                          RIG_DEBUG_TRACE, preferences.polltime);
188                  tracetimer = g_timeout_add                  tracetimer = g_timeout_add
189                          (1000, (GSourceFunc) updatetrace, tracedialog_textview);                          (1000, (GSourceFunc) updatetrace, tracedialog_textview);

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

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