Index: projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor
===================================================================
--- projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor	(revision 860)
+++ projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor	(revision 864)
@@ -211,4 +211,5 @@
 $mode_group = Newt::HRadiogroup($ce_cddb_mode{"0"}, $ce_cddb_mode{"1"});
 if ($ce_config{"CDDB_MODE"} eq "http" ) {
+	$width = 40;
 	$proxy_entry = Newt::Entry($width, $flag, $ce_config{"HTTP_PROXY"});
 }
@@ -301,9 +302,12 @@
 
 	# CDDB query if first time
-	if ($firsttime eq 1) {
-		($ce_cd) = get_cddb(\%ce_config) 
+	if ($firsttime == 1) {
+		my %ce_cd = get_cddb(\%ce_config);
+		$ce_cd = \%ce_cd;
 	}
 	$firsttime = 0;
 
+	#print Dumper($ce_cd)."\n";
+	#exit 0;
 	if (not defined $ce_cd->{title}) {
 		# Get the disc id first
