RSS/Atom feed Twitter
Site is read-only, email is disabled

PATCH: Selector only shows default item

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

200306211618.01475.gimp-dev... Dave Corrie 21 Jun 17:18
  PATCH: Selector only shows default item Malcolm Tredinnick 22 Jun 05:31
   PATCH: Selector only shows default item Dave Corrie 22 Jun 13:14
Malcolm Tredinnick
2003-06-22 05:31:57 UTC (almost 21 years ago)

PATCH: Selector only shows default item

Dave,

On Sun, 2003-06-22 at 01:18, Dave Corrie wrote:

The Selector class (in gimpui.py) only calls show() for the default item in the list of items it is trying to present. The cause is some bad indentation, which leads to item.show() appearing in the wrong scope.

The attached patch corrects this and I would be grateful if someone could apply this to cvs.

Your patches are going to be overlooked or lost if you just post them to the list.

The best way to submit patches is via bugzilla (http://bugzilla.gnome.org/). File a bug report and then attach the patch to the bug report. You will need to do the attaching *after* submitting the original report -- you cannot attach something at the same time as you file the initial report; Bugzilla is a bit lame in this way, but such is life.

Cheers, Malcolm

Dave Corrie
2003-06-22 13:14:17 UTC (almost 21 years ago)

PATCH: Selector only shows default item

On Sunday 22 June 2003 4:31 am, Malcolm Tredinnick wrote:

The best way to submit patches is via bugzilla

I've now filed reports for both patches. Apologies to all for sending them to the wrong place.