Ignore:
Timestamp:
May 10, 2007, 7:53:32 PM (18 years ago)
Author:
mmc
Message:

Fixed the bugreport component to automatically register all "Oops!"
errors with the ticketing system on the hosting hub. When the
RAPPTURE_VERSION environment variable is set to "current", the
dialog automatically registers errors. Otherwise, it pops up a
dialog showing the error to the developer. It also registers errors
that come from launching jobs ("Problem launching job" messages).

Fixed the Makefile to install all scripts/*.tcl files, so we don't
have to modify configure each time a file is added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/textentry.tcl

    r702 r724  
    474474    switch -- $opt {
    475475        -start {
    476             set tool [[$_owner tool] get -name]
     476            set tool [Rappture::Tool::resources -appname]
    477477            set cntls [list $_path [label] [tooltip]]
    478478            Rappture::filexfer::upload \
Note: See TracChangeset for help on using the changeset viewer.