summaryrefslogtreecommitdiffstats
path: root/bin/drakconnect
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 12:32:55 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 12:32:55 +0000
commit07a98499aefc20b2f94581401e89e180e9fdffb1 (patch)
tree130fedce6bde28c91f64f3c8c50692aea885c3aa /bin/drakconnect
parent865de8ead2b3d8ae30ec747b0b477f0bbc22c6b9 (diff)
downloaddrakx-net-07a98499aefc20b2f94581401e89e180e9fdffb1.tar
drakx-net-07a98499aefc20b2f94581401e89e180e9fdffb1.tar.gz
drakx-net-07a98499aefc20b2f94581401e89e180e9fdffb1.tar.bz2
drakx-net-07a98499aefc20b2f94581401e89e180e9fdffb1.tar.xz
drakx-net-07a98499aefc20b2f94581401e89e180e9fdffb1.zip
remove gtk2 includes, done by sub-modules when required
Diffstat (limited to 'bin/drakconnect')
-rwxr-xr-xbin/drakconnect6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/drakconnect b/bin/drakconnect
index 6cd48d0..d550e95 100755
--- a/bin/drakconnect
+++ b/bin/drakconnect
@@ -37,12 +37,6 @@ use modules;
$ugtk2::wm_icon = "drakconnect";
my $in = 'interactive'->vnew('su');
-if ($in->isa('interactive::gtk')) {
- require mygtk2;
- require ugtk2;
- ugtk2->import(qw(:create :dialogs :helpers :wrappers));
- mygtk2->import(qw(gtknew));
-}
my $net = {};
network::network::read_net_conf($net);