/[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.3 by pa4tu, Sat Dec 21 16:01:49 2002 UTC revision 1.4 by pa4tu, Sat Dec 21 23:57:25 2002 UTC
# Line 297  on_preferencesokbutton_clicked (GtkButto Line 297  on_preferencesokbutton_clicked (GtkButto
297      *clockcheckbutton, *examplelabel, *autosavecomboentry,      *clockcheckbutton, *examplelabel, *autosavecomboentry,
298      *themecheckbutton, *pathentry, *logsentry, *qthlocatorentry,      *themecheckbutton, *pathentry, *logsentry, *qthlocatorentry,
299      *callsignentry, *fontentry, *bandentry, *modeentry, *savecheckbutton,      *callsignentry, *fontentry, *bandentry, *modeentry, *savecheckbutton,
300      *autosavecheckbutton, *typeaheadfindcheckbutton;      *autosavecheckbutton, *typeaheadfindcheckbutton, *remoteradiobutton1;
301    gchar *temp, *bandcopy, *font;    gchar *temp, *bandcopy, *font;
302    gboolean toggletrue, logcoloryesno;    gboolean toggletrue, logcoloryesno;
303    gint bandindex = 0, modeindex = 0, autosavevalue, saving;    gint bandindex = 0, modeindex = 0, autosavevalue, saving;
# Line 335  on_preferencesokbutton_clicked (GtkButto Line 335  on_preferencesokbutton_clicked (GtkButto
335      preferences.typeaheadfind = 1;      preferences.typeaheadfind = 1;
336    else    else
337      preferences.typeaheadfind = 0;      preferences.typeaheadfind = 0;
338    
339      /* remote logging */
340      remoteradiobutton1 = lookup_widget (preferencesdialog, "remoteradiobutton1");
341      if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (remoteradiobutton1)))
342        preferences.remoteadding = 1;
343      else
344        preferences.remoteadding = 2;
345            
346    /* apply theme color */    /* apply theme color */
347    fontentry = lookup_widget (preferencesdialog, "fontentry");    fontentry = lookup_widget (preferencesdialog, "fontentry");

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