Changeset 5198 for branches/1.4/gui


Ignore:
Timestamp:
Apr 8, 2015 6:20:08 PM (9 years ago)
Author:
ldelgass
Message:

merge r5196 from trunk (tls/bugreport fix)

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5196
  • branches/1.4/gui/scripts/bugreport.tcl

    r4717 r5198  
    5757proc Rappture::bugreport::install {} {
    5858    ::proc ::bgerror {err} { ::Rappture::bugreport::activate $err }
     59    # Load tls early to prevent error in tls::initlib and [pwd]
     60    package require http
     61    package require tls
    5962}
    6063
Note: See TracChangeset for help on using the changeset viewer.