Humm.. you are right, but I think we should add something as simple as :
if {[::config::getKey configurationVersion 0] <
$::supported_config_version } {
msg_box "Your configuration will be lost due to major changes in amsn's
internal functioning."
::config::loadDefaultValues
}
::config::setKey $::supported_config_version
or something like that...
What do you think ? I think it's simpler... we might get a lot of things
like that, but it's better... if we change a default value (first, I want
logges to be automatically saved!!! and for the new FT protocol, I had to
change the key name everywhere... It would be so simple if we have an
incremental 'default values' version...)
p.s.: it reminds me, can someone make sure the default value of keep_logs
is set to true ? I think we should force the default behavior of saving
the logs...
KaKaRoTo
On Sun, 20 Nov 2005 13:58:23 -0500, Jérôme Gagnon-Voyer
<[EMAIL PROTECTED]> wrote:
Wo wo wo wo!! Wait :P
Don't forget that if you move something, people that installed aMSN
before will have the old path inside the config.xml file. So we have to
check the path at the start of 0.95, if it's the old path, replace it to
the new path.
Always keep that in mind if you don't want to break something. I'll fix
it (I have experience with mac!)
Le 05-11-20 à 13:52, Karol Krizka a écrit :
Update of /cvsroot/amsn/msn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7022
Modified Files:
config.tcl
Log Message:
Fixed: plwav.exe moved into utils/windows
Index: config.tcl
===================================================================
RCS file: /cvsroot/amsn/msn/config.tcl,v
retrieving revision 1.302
retrieving revision 1.303
diff -C2 -d -r1.302 -r1.303
*** config.tcl 16 Nov 2005 05:19:06 -0000 1.302
--- config.tcl 20 Nov 2005 18:52:01 -0000 1.303
***************
*** 66,70 ****
::config::setKey usesnack 0
} elseif {$tcl_platform(platform) == "windows"} {
! ::config::setKey soundcommand "utils/plwav.exe \$sound"
::config::setKey browser "explorer \$url"
::config::setKey notifyXoffset 0
--- 66,70 ----
::config::setKey usesnack 0
} elseif {$tcl_platform(platform) == "windows"} {
! ::config::setKey soundcommand "utils/windows/plwav.exe
\$sound"
::config::setKey browser "explorer \$url"
::config::setKey notifyXoffset 0
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Amsn-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/amsn-commits
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel
--
KaKaRoTo
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel