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 --- rpmdrake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rpmdrake') diff --git a/rpmdrake b/rpmdrake index 2ed87b97..7e064b32 100755 --- a/rpmdrake +++ b/rpmdrake @@ -40,13 +40,13 @@ use Rpmdrake::formatting; use Rpmdrake::pkg; use urpm::media; -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::Gdk::Keysyms; use Rpmdrake::widgets; use feature 'state'; -$ugtk2::wm_icon = get_icon('installremoverpm', "title-$MODE"); +$ugtk3::wm_icon = get_icon('installremoverpm', "title-$MODE"); our $w; our $statusbar; @@ -94,7 +94,7 @@ sub do_search($$$$$$$) { } } else { my $searchstop; - my $searchw = ugtk2->new(N("Software Management"), grab => 1, transient => $w->{real_window}); + my $searchw = ugtk3->new(N("Software Management"), grab => 1, transient => $w->{real_window}); gtkadd( $searchw->{window}, gtkpack__( @@ -741,7 +741,7 @@ sub run_treeview_dialog { gtktext_insert($info, [ [ $info->render_icon('gtk-dialog-info', 'GTK_ICON_SIZE_DIALOG', undef) ], - @{ ugtk2::markup_to_TextView_format( + @{ ugtk3::markup_to_TextView_format( formatAlaTeX(join("\n\n\n", format_header(N("Quick Introduction")), N("You can browse the packages through the categories tree on the left."), N("You can view information about a package by clicking on it on the right list."), @@ -794,7 +794,7 @@ if (my $pid = is_running('rpmdrake')) { exit(0); } -$w = ugtk2->new(N("Software Management")); +$w = ugtk3->new(N("Software Management")); $w->{rwindow}->show_all if $::isEmbedded; readconf(); -- cgit v1.2.1