Changeset 864 in ProjectBuilder
- Timestamp:
- Oct 18, 2009, 8:28:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor
r860 r864 211 211 $mode_group = Newt::HRadiogroup($ce_cddb_mode{"0"}, $ce_cddb_mode{"1"}); 212 212 if ($ce_config{"CDDB_MODE"} eq "http" ) { 213 $width = 40; 213 214 $proxy_entry = Newt::Entry($width, $flag, $ce_config{"HTTP_PROXY"}); 214 215 } … … 301 302 302 303 # CDDB query if first time 303 if ($firsttime eq 1) { 304 ($ce_cd) = get_cddb(\%ce_config) 304 if ($firsttime == 1) { 305 my %ce_cd = get_cddb(\%ce_config); 306 $ce_cd = \%ce_cd; 305 307 } 306 308 $firsttime = 0; 307 309 310 #print Dumper($ce_cd)."\n"; 311 #exit 0; 308 312 if (not defined $ce_cd->{title}) { 309 313 # Get the disc id first
Note:
See TracChangeset
for help on using the changeset viewer.