diff options
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 6e0d88c68..ff7cb9d85 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -5,7 +5,7 @@ use strict; use lang; our @ISA = qw(Exporter); -our @EXPORT = qw(gtknew gtkset gtkadd); +our @EXPORT = qw(gtknew gtkset gtkadd gtkval_register gtkval_modify); use c; use log; |