ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/util.pl
(Generate patch)

Comparing kgsueme/kgsueme/util.pl (file contents):
Revision 1.5 by pcg, Sun Jun 1 06:40:15 2003 UTC vs.
Revision 1.6 by pcg, Sun Jun 1 16:51:38 2003 UTC

26 &gtk::save_state; 26 &gtk::save_state;
27 Storable::nstore($state, $staterc); 27 Storable::nstore($state, $staterc);
28 appwin::status("save_state", "layout saved"); 28 appwin::status("save_state", "layout saved");
29} 29}
30 30
31sub toxml($) {
32 local $_ = shift;
33 s/&/&/g;
34 s/</&lt;/g;
35 s/]]>/]]&gt;/g;
36 $_;
37}
38
311; 391;
32 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines