summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-09 20:17:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-09 20:17:40 +0000
commit1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97 (patch)
tree1dc246090ab5fea8938578f4fac2bf60615ca114 /perl-install
parent9ed9f3eb6898522f47002e7db7714d48cb8c2112 (diff)
downloaddrakx-1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97.tar
drakx-1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97.tar.gz
drakx-1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97.tar.bz2
drakx-1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97.tar.xz
drakx-1e2fc2f8d31c447cc96dfc6dc52892738ef6ea97.zip
move toggle_expansion helper in the right namespace
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 27fb63207..9221a1038 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1333,6 +1333,7 @@ sub get_path_str {
$path->to_string;
}
+package Gtk2::TreeView;
# likewise gtk-1.2 function
sub toggle_expansion {
my ($self, $path, $open_all) = @_;