diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/interactive_gtk.pm | 2 | ||||
-rwxr-xr-x | perl-install/standalone/draknet | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index 2e9e763ad..5206ecf2c 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -181,7 +181,7 @@ sub ask_from_entries_refW { my ($i, $button) = @_; gtkdestroy($i->{icon}); my $f = $i->{icon2f}->(${$i->{val}}); - $i->{icon} = -e $f ? + $i->{icon} = -e $f ? new Gtk::Pixmap(gtkcreate_xpm($w->{window}, $f)) : new Gtk::Label(translate(${$i->{val}})); $button->add($i->{icon}); diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index e11970896..09f091d48 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw (/usr/lib/libDrakX); +use lib qw (..);#(/usr/lib/libDrakX); use interactive; use netconnect; |