Ticket #13: bmotion.tcl

File bmotion.tcl, 0.7 KB (added by bmotion, 2 years ago)

OH NOES! turns out that I really broken bMotion, didn't notice until I restarted it. This is an alteration to make it work!

Line 
1Index: bMotion.tcl
2===================================================================
3--- bMotion.tcl (revision 749)
4+++ bMotion.tcl (working copy)
5@@ -65,6 +65,12 @@
6   }
7 }
8 
9+# needed for variables
10+if {$bMotion_testing == 1} {
11+  putlog "... loading plugin settings"
12+}
13+source "$bMotionModules/plugins_settings.tcl"
14+
15 # init default variables
16 if {$bMotion_testing == 1} {
17   putlog "... loading variables"
18@@ -173,10 +179,6 @@
19 }
20 source "$bMotionModules/mood.tcl"
21 
22-if {$bMotion_testing == 1} {
23-  putlog "... loading plugin settings"
24-}
25-source "$bMotionModules/plugins_settings.tcl"
26 
27 ### That's everything but the plugins stuff loaded. Now load extra modules
28 bMotion_putloglev d * "looking for 3rd party modules..."