summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/drakguard8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/drakguard b/bin/drakguard
index 5b34430..c681bec 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -7,8 +7,8 @@ use strict;
use diagnostics;
use common;
use standalone;
-use mygtk2;
-use ugtk2 qw(:create :helpers :wrappers);
+use mygtk3;
+use ugtk3 qw(:create :helpers :wrappers);
use Gtk2::SimpleList;
use interactive;
use network::shorewall;
@@ -77,8 +77,8 @@ my $toolname = 'drakguard';
my $title = N("Parental Control");
my $icon = 'drakguard';
-$ugtk2::wm_icon = $icon;
-my $w = ugtk2->new($title);
+$ugtk3::wm_icon = $icon;
+my $w = ugtk3->new($title);
#- so that transient_for is defined, for wait messages and popups to be centered
$::main_window = $w->{real_window};
my $in = interactive->vnew('su');