diff options
Diffstat (limited to 'Rpmdrake/icon.pm')
-rw-r--r-- | Rpmdrake/icon.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index cd2a75f9..c42b3d2f 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -27,7 +27,7 @@ use strict; our @ISA = qw(Exporter); use lib qw(/usr/lib/libDrakX); use common; -use mygtk2 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk2 one +use mygtk3 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk3 one our @EXPORT = qw(get_icon); #- /usr/share/rpmlint/config (duplicates are normal, so that we are not too far away from .py) |