public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
From: kseitz@sources.redhat.com
To: hans@ellips.nl, insight-prs@sources.redhat.com,
	kseitz@sources.redhat.com, nobody@sources.redhat.com
Subject: Re: insight/130: Download Dialog grows beyond screen size
Date: Thu, 21 Feb 2002 07:05:00 -0000	[thread overview]
Message-ID: <20020221150533.12009.qmail@sources.redhat.com> (raw)

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


             reply	other threads:[~2002-02-21 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-21  7:05 kseitz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-29  8:29 kseitz
2002-03-21 12:43 Keith Seitz
2002-02-21  5:23 hans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020221150533.12009.qmail@sources.redhat.com \
    --to=kseitz@sources.redhat.com \
    --cc=hans@ellips.nl \
    --cc=insight-gnats@sources.redhat.com \
    --cc=insight-prs@sources.redhat.com \
    --cc=nobody@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).