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

Diff of /xlog/src/callbacks_preferencesdialog.c

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

revision 1.7 by pa4tu, Mon Mar 3 15:34:42 2003 UTC revision 1.8 by pa4tu, Mon Mar 3 19:54:47 2003 UTC
# Line 499  on_preferencesokbutton_clicked (GtkButto Line 499  on_preferencesokbutton_clicked (GtkButto
499            else            else
500              {              {
501                hamlibtimer =                hamlibtimer =
502                  gtk_timeout_add (350, (GtkFunction) get_riginfo, NULL);                  gtk_timeout_add (HAMLIB_TIMER, (GtkFunction) get_riginfo, NULL);
503              }              }
504            preferences.radio = g_strdup (radio);            preferences.radio = g_strdup (radio);
505            preferences.device = g_strdup (device);            preferences.device = g_strdup (device);
# Line 535  on_preferencesokbutton_clicked (GtkButto Line 535  on_preferencesokbutton_clicked (GtkButto
535            else            else
536              {              {
537                hamlibtimer =                hamlibtimer =
538                  gtk_timeout_add (350, (GtkFunction) get_riginfo, NULL);                  gtk_timeout_add (HAMLIB_TIMER, (GtkFunction) get_riginfo, NULL);
539              }              }
540          }          }
541        preferences.radio = g_strdup (radio);        preferences.radio = g_strdup (radio);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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