Skencil - Patches: patch #4722, AlignTool: pass a proper context...
You are not allowed to post comments on this tracker with your current authentication level.
patch #4722: AlignTool: pass a proper context argument to align_selected
Submitter: | Valentin Ungureanu <vung> | ||
Submitted: | Sun 18 Dec 2005 12:16:49 PM UTC | ||
Category: | 0.7.x | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-12-18 | vung | Attached File | - | ![]() |
Added aligntool_cmdarg.diff, #5633 |
Replaces align_selected(context, ...) with
align_selected(context.application.context, ...)
I don't know if this is the proper fix. While ButtonClick
passes now a real appcontext as argument it still accesses some
supposedly private attributes.
It also brings back a "MinimalApplication" class to the tests.