summaryrefslogtreecommitdiffstats
path: root/mgaonline.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mgaonline.pm')
-rw-r--r--mgaonline.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgaonline.pm b/mgaonline.pm
index 9288db11..9c407deb 100644
--- a/mgaonline.pm
+++ b/mgaonline.pm
@@ -5,7 +5,7 @@
# 2005-2006 Mandriva #
# #
# Daouda Lo #
-# Thierry Vignaud <tvignaud at mandriva dot com> #
+# Thierry Vignaud <thierry.vignaud at gmail dot com> #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License Version 2 as #
@@ -27,7 +27,7 @@ use strict;
use lib qw(/usr/lib/libDrakX);
use common;
-use ugtk2;
+use ugtk3;
use LWP::UserAgent;
use URI::Escape;
@@ -172,7 +172,7 @@ sub get_banner_icon() {
sub get_banner {
my ($o_title) = @_;
- Gtk2::Banner->new(get_banner_icon(), $o_title || N("Distribution Upgrade"));
+ Gtk3::Banner->new(get_banner_icon(), $o_title || N("Distribution Upgrade"));
}
sub get_urpmi_options() {