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

Diff of /psppire/src/var_sheet.c

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

revision 1.20 by jmd, Thu Nov 17 11:19:17 2005 UTC revision 1.21 by jmd, Sun Nov 20 12:26:14 2005 UTC
# Line 781  psppire_var_sheet_set_dictionary(GtkShee Line 781  psppire_var_sheet_set_dictionary(GtkShee
781    g_signal_connect(d, "variable_changed",    g_signal_connect(d, "variable_changed",
782                     G_CALLBACK(var_sheet_update_callback), sheet);                     G_CALLBACK(var_sheet_update_callback), sheet);
783    
784      g_signal_connect(d, "variable_added",
785                       G_CALLBACK(var_sheet_update_callback), sheet);
786    
787    g_signal_connect(d, "variable_deleted",    g_signal_connect(d, "variable_deleted",
788                     G_CALLBACK(remove_variable), sheet);                     G_CALLBACK(remove_variable), sheet);
789    
   
   
790    for (v = 0 ; v < c ; ++v )    for (v = 0 ; v < c ; ++v )
791      pspp_dict_var_changed(d, v);      pspp_dict_var_changed(d, v);
792    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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