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

Diff of /xlog/src/callbacks_menu.c

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

revision 1.13 by pa4tu, Mon Dec 16 20:31:05 2002 UTC revision 1.14 by pa4tu, Sat Dec 21 16:01:49 2002 UTC
# Line 222  on_menu_preferences_activate (GtkMenuIte Line 222  on_menu_preferences_activate (GtkMenuIte
222      *exampleframe, *examplelabel, *autosavecomboentry, *notebook,      *exampleframe, *examplelabel, *autosavecomboentry, *notebook,
223      *themecheckbutton, *pathentry, *logsentry, *qthlocatorentry,      *themecheckbutton, *pathentry, *logsentry, *qthlocatorentry,
224      *callsignentry, *fontentry, *savecheckbutton, *autosavecheckbutton,      *callsignentry, *fontentry, *savecheckbutton, *autosavecheckbutton,
225      *autosaveframe;      *autosaveframe, *typeaheadfindcheckbutton;
226    gchar *temp;    gchar *temp;
227  #if WANT_HAMLIB  #if WANT_HAMLIB
228    GtkWidget *hamlibcheckbutton, *radiocombo, *hamlibframe, *radiocomboentry,    GtkWidget *hamlibcheckbutton, *radiocombo, *hamlibframe, *radiocomboentry,
# Line 235  on_menu_preferences_activate (GtkMenuIte Line 235  on_menu_preferences_activate (GtkMenuIte
235    
236    preferencesdialog = create_preferencesdialog ();    preferencesdialog = create_preferencesdialog ();
237    
238      /* type ahead find */
239      typeaheadfindcheckbutton = lookup_widget
240        (preferencesdialog, "typeaheadfindcheckbutton");
241      if (preferences.typeaheadfind == 1)
242        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON
243          (typeaheadfindcheckbutton), TRUE);
244      else
245        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON
246          (typeaheadfindcheckbutton), FALSE);
247    
248    /* path for the logs */    /* path for the logs */
249    pathentry = lookup_widget (preferencesdialog, "pathentry");    pathentry = lookup_widget (preferencesdialog, "pathentry");
250    temp = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S, NULL);    temp = g_strconcat (preferences.savedir, G_DIR_SEPARATOR_S, NULL);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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