diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-30 12:42:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-30 12:42:08 +0000 |
commit | 49cea42ea2f74c9046a795eb2373bd6845a03582 (patch) | |
tree | 11f0248033a3f86366160d4a90f2c1e5e714e737 | |
parent | b41b3123a7dd9710581301cae53bd1dca8b3597f (diff) | |
download | drakx-backup-do-not-use-49cea42ea2f74c9046a795eb2373bd6845a03582.tar drakx-backup-do-not-use-49cea42ea2f74c9046a795eb2373bd6845a03582.tar.gz drakx-backup-do-not-use-49cea42ea2f74c9046a795eb2373bd6845a03582.tar.bz2 drakx-backup-do-not-use-49cea42ea2f74c9046a795eb2373bd6845a03582.tar.xz drakx-backup-do-not-use-49cea42ea2f74c9046a795eb2373bd6845a03582.zip |
export get_default_step_items() & set_default_step_items()
-rw-r--r-- | perl-install/ugtk2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 1a312a18c..f4f166238 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -17,6 +17,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @icon_paths $wm_icon $grab $border); #- helpers => [ qw(add2notebook add_icon_path escape_text_for_TextView_markup_format gtkcolor gtkcreate_img gtkcreate_pixbuf gtkfontinfo gtkset_background gtktreeview_children set_back_pixmap + get_default_step_items set_default_step_items string_size string_width) ], create => [ qw(create_adjustment create_box_with_title create_dialog create_factory_menu create_factory_popup_menu |