/[antiright]/antiright/src/arshell/interface_file.c
ViewVC logotype

Diff of /antiright/src/arshell/interface_file.c

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

revision 1.7 by jefbed, Sun Jul 3 23:21:34 2005 UTC revision 1.8 by jefbed, Mon Jul 11 03:01:02 2005 UTC
# Line 28  void Line 28  void
28  arshell_interface_system_cb(Widget widget, XtPointer client_data,  arshell_interface_system_cb(Widget widget, XtPointer client_data,
29                              XtPointer call_data)                              XtPointer call_data)
30  {  {
31      char *name;
32    call_data=NULL;    call_data=NULL;
33    client_data=NULL;    client_data=NULL;
34    antiright_system(widget->core.name);    ARCLARG;
35      antiright_set(XtNname, (XtArgVal)&name);
36      antiright_get_values(widget);
37      antiright_system(name);
38      XtFree(name);
39      
40  }  }
41    
42  int  int

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

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