From 1a277c56674f3c6d60951c1f2a1312f1cd9235fe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Nov 2013 21:37:26 +0100 Subject: use (my|u)gtk3 instead of *tk2 --- MageiaUpdate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MageiaUpdate') diff --git a/MageiaUpdate b/MageiaUpdate index dea9090b..6192c5d9 100755 --- a/MageiaUpdate +++ b/MageiaUpdate @@ -37,8 +37,8 @@ use Rpmdrake::formatting; use Rpmdrake::pkg; use Rpmdrake::widgets; -use mygtk2 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk2 one -use ugtk2 qw(:all); +use mygtk3 qw(gtknew); #- do not import anything else, especially gtkadd() which conflicts with ugtk3 one +use ugtk3 qw(:all); use Gtk2::SimpleList; # make Rpmdrake::gui aware MageiaUpdate do not use the same columns ids as rpmdrake: @@ -53,7 +53,7 @@ use Gtk2::SimpleList; importance => 7, ); -$ugtk2::wm_icon = get_icon('MageiaUpdate', "title-$MODE"); +$ugtk3::wm_icon = get_icon('MageiaUpdate', "title-$MODE"); our $w; our $statusbar; @@ -124,7 +124,7 @@ sub toggle { $list->{data}[$data{$name}][$pkg_columns{selected}] = !$list->{data}[$data{$name}][$pkg_columns{selected}] if !$done; } -$w = ugtk2->new(N("Software Management")); +$w = ugtk3->new(N("Software Management")); $w->{rwindow}->show_all if $::isEmbedded; $::main_window = $w->{real_window}; -- cgit v1.2.1