Patches item #1584712, was opened at 2006-10-25 22:32
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1584712&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: Python 2.6
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Matthias Kievernagel (mkiever)
Assigned to: Martin v. Löwis (loewis)
Summary: Tix: subwidget names (bug #1472877)

Initial Comment:

This patch against the trunk rev. 52442 fixes
TixSubWidget.__init__ usage of python subwidget names.
Now tix subwidget names returned from _subwidget_name 
are used.

See corresponding bug #1472877:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1472877&group_id=5470&atid=105470

Tested with the code submitted with the bug
and with the tix demo code in 'Demo/tix/tixwidgets.py'.

Matthias Kievernagel
mkiever at web dot de


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-11-18 19:48

Message:
Logged In: YES 
user_id=21627
Originator: NO

I've committed a slightly different patch which merges the len(plist)<2
case into the else case, relying on range(-1)/range(0) to give an empty
list. Please review and report any problems you see with it.

Committed as r52784 and r52785.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1584712&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to