Diff of /trunk/src/settings.c

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

revision 242 by harbaum, Wed Dec 9 19:45:36 2009 UTC revision 243 by harbaum, Mon Dec 14 20:07:54 2009 UTC
# Line 666  void cb_menu_settings(GtkWidget *window, Line 666  void cb_menu_settings(GtkWidget *window,
666      appdata->imperial =      appdata->imperial =
667        check_button_get_active(cbox_imperial);        check_button_get_active(cbox_imperial);
668    
669        /* make sure GPS change is honoured by gps routines */
670        gps_change_state(appdata);
671    
672      if(appdata->username) {      if(appdata->username) {
673        g_free(appdata->username);        g_free(appdata->username);
674        appdata->username = NULL;        appdata->username = NULL;

Legend:
Removed from v.242  
changed lines
  Added in v.243