aboutsummaryrefslogtreecommitdiffstats
path: root/MageiaUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'MageiaUpdate')
-rwxr-xr-xMageiaUpdate8
1 files changed, 4 insertions, 4 deletions
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};