From 9566b9f9abbb375d73bb583191502b0859507665 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 15:41:22 +0100 Subject: use Gtk3 namespace instead of Gtk2 --- mgaonline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaonline.pm') diff --git a/mgaonline.pm b/mgaonline.pm index 5433952f..a397099a 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -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() { -- cgit v1.2.1