Search
lxdream.org :: lxdream/src/gdlist.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.c
changeset 1036:af7b0c5905dd
prev1034:7044e01148f0
next1097:d4807997e450
author nkeynes
date Fri Jul 31 13:45:32 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Remove or change the level of a bunch of INFO messages that shouldn't really
be INFO level
file annotate diff log raw
1.1 --- a/src/gdlist.c Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/src/gdlist.c Fri Jul 31 13:45:32 2009 +1000
1.3 @@ -116,7 +116,7 @@
1.4 }
1.5 }
1.6
1.7 - lxdream_set_global_config_value( CONFIG_GDROM, disc_name );
1.8 + lxdream_set_global_config_path_value( CONFIG_GDROM, disc_name );
1.9 lxdream_save_config();
1.10
1.11 CALL_HOOKS( gdrom_list_change_hook, list_changed, posn );
.