diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-19 21:37:26 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-05 14:16:06 +0100 |
commit | 1a277c56674f3c6d60951c1f2a1312f1cd9235fe (patch) | |
tree | 927bfa97152c780879ab9ae4d9e4999e24c9d5a4 /Rpmdrake/icon.pm | |
parent | 0eb2e246db5367e5149bec12197e41707aeb7daf (diff) | |
download | rpmdrake-1a277c56674f3c6d60951c1f2a1312f1cd9235fe.tar rpmdrake-1a277c56674f3c6d60951c1f2a1312f1cd9235fe.tar.gz rpmdrake-1a277c56674f3c6d60951c1f2a1312f1cd9235fe.tar.bz2 rpmdrake-1a277c56674f3c6d60951c1f2a1312f1cd9235fe.tar.xz rpmdrake-1a277c56674f3c6d60951c1f2a1312f1cd9235fe.zip |
use (my|u)gtk3 instead of *tk2
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) |