diff options
-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 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) = @_; |