Changeset 884 for trunk/bMotion.tcl
- Timestamp:
- 02/13/08 17:42:39 (11 months ago)
- Files:
-
- 1 modified
-
trunk/bMotion.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bMotion.tcl
r846 r884 66 66 } 67 67 68 # needed for variables 69 if {$bMotion_testing == 1} { 70 putlog "... loading plugin settings" 71 } 72 source "$bMotionModules/plugins_settings.tcl" 73 68 74 # init default variables 69 75 if {$bMotion_testing == 1} { … … 175 181 source "$bMotionModules/mood.tcl" 176 182 177 if {$bMotion_testing == 1} {178 putlog "... loading plugin settings"179 }180 source "$bMotionModules/plugins_settings.tcl"181 183 182 184 ### That's everything but the plugins stuff loaded. Now load extra modules
