Diff of /trunk/src/geotext.c

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

revision 216 by harbaum, Thu Nov 26 14:32:41 2009 UTC revision 217 by harbaum, Thu Nov 26 21:21:03 2009 UTC
# Line 287  void geotext_dialog(appdata_t *appdata) Line 287  void geotext_dialog(appdata_t *appdata)
287    
288    /* ------------------------------------------------  */    /* ------------------------------------------------  */
289    
   gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),  
                      picker_button_new(), FALSE, FALSE, 0);  
   
290    gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);    gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
291    
292    gtk_widget_show_all(dialog);    gtk_widget_show_all(dialog);

Legend:
Removed from v.216  
changed lines
  Added in v.217