/[pspp]/psppire/src/callbacks.c
ViewVC logotype

Diff of /psppire/src/callbacks.c

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

revision 1.6 by jmd, Wed Nov 2 09:44:02 2005 UTC revision 1.7 by jmd, Wed Nov 2 13:17:29 2005 UTC
# Line 62  psppire_reinitialise() Line 62  psppire_reinitialise()
62    var_sheet = glade_xml_get_widget(xml, "variable_sheet");    var_sheet = glade_xml_get_widget(xml, "variable_sheet");
63    
64    psppire_var_sheet_set_dictionary(var_sheet, pspp_dictionary);    psppire_var_sheet_set_dictionary(var_sheet, pspp_dictionary);
65      psppire_var_sheet_clear(var_sheet);
66    
67    
68    data_sheet = glade_xml_get_widget(xml, "data_sheet");    data_sheet = glade_xml_get_widget(xml, "data_sheet");
69    psppire_data_sheet_clear(data_sheet);    psppire_data_sheet_clear(data_sheet);
# Line 110  recreate_file_handle(struct file_handle Line 112  recreate_file_handle(struct file_handle
112      {      {
113        char *filename = gtk_file_chooser_get_filename        char *filename = gtk_file_chooser_get_filename
114          (GTK_FILE_CHOOSER (dialog));          (GTK_FILE_CHOOSER (dialog));
       g_print("Filename is %s\n", filename);  
115    
116        if ( *handle )        if ( *handle )
117          destroy_file_handle(*handle, 0);          destroy_file_handle(*handle, 0);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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