From 61563398324066693ec8d07b4f39b0fcc474ea87 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Dec 2013 12:09:43 +0100 Subject: s/gtk2/gtk3/ in comments --- mgaapplet | 2 +- mgaapplet-config | 2 +- mgaapplet-upgrade-helper | 2 +- mgaapplet_gui.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mgaapplet b/mgaapplet index 56c697b2..9f57055c 100755 --- a/mgaapplet +++ b/mgaapplet @@ -31,7 +31,7 @@ use feature 'state'; BEGIN { unshift @::textdomains, 'mgaonline' } -use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version +use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version use ugtk3 qw(:all); use lib qw(/usr/lib/libDrakX/drakfirsttime); use mgaonline; diff --git a/mgaapplet-config b/mgaapplet-config index ef96655b..ef9ecd83 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -27,7 +27,7 @@ use common; BEGIN { unshift @::textdomains, 'mgaonline' } -use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version +use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version use ugtk3 qw(:all); use mgaonline; use mgaapplet_gui; diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index 90a59218..e128be38 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -31,7 +31,7 @@ use feature 'state'; BEGIN { unshift @::textdomains, 'mgaonline' } -use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version +use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version use ugtk3 qw(:all); use interactive; use do_pkgs; diff --git a/mgaapplet_gui.pm b/mgaapplet_gui.pm index a0273618..bc798e55 100644 --- a/mgaapplet_gui.pm +++ b/mgaapplet_gui.pm @@ -46,7 +46,7 @@ our @EXPORT_OK = qw( run_no_rights_dialog ); -use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version +use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version use ugtk3 qw(:all); use mgaonline qw(); # you don't want to polute the namespace use interactive; -- cgit v1.2.1