code/superant.com.rwdtorrent/loadconfigurationvariables.rb in rwdtorrent-0.06 vs code/superant.com.rwdtorrent/loadconfigurationvariables.rb in rwdtorrent-0.08
- old
+ new
@@ -1,9 +1,8 @@
# this method loads the on screen variables into the running class
def loadrwdtorrentconfigurationvariables
-
- tmpfilename = "rwdwtorrent-" + RwdTorrentVersion + ".cnf"
- configfiletoload = File.join(ConfigurationDir, tmpfilename)
+
+ configfiletoload = File.join(ConfigurationDir,"rwdwtorrent.cnf")
begin
load configfiletoload
@extratorrentconfigdatadisplay = ""
@newtorrentconfigurationresult = "Config Variables loaded"
rescue