Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 630274bc93fdeb3d91670655b2662dea > files > 2

coccinella-0.96.18-1.fc14.src.rpm

diff -up Coccinella-0.96.12Src/lib/Init.tcl.BAD Coccinella-0.96.12Src/lib/Init.tcl
--- Coccinella-0.96.12Src/lib/Init.tcl.BAD	2009-04-07 17:23:22.000000000 -0400
+++ Coccinella-0.96.12Src/lib/Init.tcl	2009-04-07 17:23:25.000000000 -0400
@@ -740,7 +740,7 @@ proc ::Init::LoadPackages {} {
     
     # treectrl is required.
     ::Splash::SetMsg [mc "Looking for %s" treectrl]...
-    set ::treectrl_library [file join $this(binLibPath) treectrl]
+    # set ::treectrl_library [file join $this(binLibPath) treectrl]
     if {[catch {package require treectrl 2.2} msg]} {
 	tk_messageBox -icon error -title [::msgcat::mc "Error"] \
 	  -message "This application requires the treectrl widget to work! $::errorInfo"