Diff of /trunk/src/cache.c

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

revision 222 by harbaum, Mon Nov 30 21:28:04 2009 UTC revision 223 by harbaum, Tue Dec 1 20:03:51 2009 UTC
# Line 745  static void on_notebook_page_change(GtkN Line 745  static void on_notebook_page_change(GtkN
745      /* striked out coordinate may need update */      /* striked out coordinate may need update */
746      overview_coordinate_update(context);      overview_coordinate_update(context);
747    }    }
   
   if(strcasecmp(name, _("Goto")) == 0) {  
     /* redo coo_button since state of overwritten coordinate may have changed */  
     preset_coordinate_picker_update(context->appdata, context->gotoc.coo_popup);  
   }  
748  }  }
749    
750  static void on_notebook_destroy(GtkWidget *widget, gpointer user_data ) {  static void on_notebook_destroy(GtkWidget *widget, gpointer user_data ) {

Legend:
Removed from v.222  
changed lines
  Added in v.223