This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: insight/130: Download Dialog grows beyond screen size


Synopsis: Download Dialog grows beyond screen size

Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Thu Feb 21 07:05:33 2002
Responsible-Changed-Why:
    mine
State-Changed-From-To: open->feedback
State-Changed-By: kseitz
State-Changed-When: Thu Feb 21 07:05:33 2002
State-Changed-Why:
    This is a thinko in Iwidgets. Try the following patch.
    Index: itcl/iwidgets3.0.0/generic/feedback.itk
    ===================================================================
    RCS file: /cvs/src/src/itcl/iwidgets3.0.0/generic/feedback.itk,v
    retrieving revision 1.1.1.2
    diff -u -p -r1.1.1.2 feedback.itk
    --- itcl/iwidgets3.0.0/generic/feedback.itk	2001/09/09 19:49:08	1.1.1.2
    +++ itcl/iwidgets3.0.0/generic/feedback.itk	2002/02/21 15:04:40
    @@ -208,5 +208,8 @@ itcl::body iwidgets::Feedback::step {{in
         }
     
         incr _stepval $inc
    +    if {$_stepval > $itk_option(-steps)} {
    +      set _stepval $itk_option(-steps)
    +    }
         _display 
     }

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=130


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]