From 93491aedf5bd126d2027eb8c184469508574885f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Aug 2007 10:04:39 +0000 Subject: remove duplicate initialization --- bin/drakroam | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') 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); -- cgit v1.2.1