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

Diff of /xlog/src/callbacks_qsoframe.c

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

revision 1.29 by pa4tu, Mon Aug 18 13:16:19 2003 UTC revision 1.30 by pa4tu, Mon Aug 18 18:02:47 2003 UTC
# Line 62  extern statetype state; Line 62  extern statetype state;
62  extern GList *logwindowlist;  extern GList *logwindowlist;
63  extern preferencestype preferences;  extern preferencestype preferences;
64  extern GList *logwindowlist;  extern GList *logwindowlist;
65    extern gchar **bandsplit, **modesplit;
66    
67  /* QSO FRAME */  /* QSO FRAME */
68  /* get current date and fill in the dateentry */  /* get current date and fill in the dateentry */
# Line 328  on_mhzbutton_clicked (GtkButton * button Line 329  on_mhzbutton_clicked (GtkButton * button
329  {  {
330    GtkWidget *entry, *bandoptionmenu;    GtkWidget *entry, *bandoptionmenu;
331    GString *digits = g_string_new ("");    GString *digits = g_string_new ("");
332    gchar *bandcopy, **bandsplit;    gchar *bandcopy;
333    guint bandindex = 0;    guint bandindex = 0;
334    
335    entry = lookup_widget (mainwindow, "bandentry");    entry = lookup_widget (mainwindow, "bandentry");
# Line 403  void Line 404  void
404  on_modebutton_clicked (GtkButton * button, gpointer user_data)  on_modebutton_clicked (GtkButton * button, gpointer user_data)
405  {  {
406    GtkWidget *entry, *modeoptionmenu;    GtkWidget *entry, *modeoptionmenu;
407    gchar *mode, **modesplit;    gchar *mode;
408    guint modeindex = 0;    guint modeindex = 0;
409    
410    entry = lookup_widget (mainwindow, "modeentry");    entry = lookup_widget (mainwindow, "modeentry");

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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