summaryrefslogtreecommitdiffstats
path: root/bin/drakroam
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakroam')
-rwxr-xr-xbin/drakroam1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/drakroam b/bin/drakroam
index 0ea3e62..08d0e69 100755
--- a/bin/drakroam
+++ b/bin/drakroam
@@ -46,7 +46,6 @@ my %buttons;
my $model = Gtk2::ListStore->new('Gtk2::Gdk::Pixbuf', 'Glib::String');
my $connections_combo = Gtk2::ComboBox->new($model);
-$connections_combo = Gtk2::ComboBox->new($model);
my $pix_r = Gtk2::CellRendererPixbuf->new;
$connections_combo->pack_start($pix_r, 0,);
$connections_combo->add_attribute($pix_r, pixbuf => 0);