* src/Editors/_EditEventRef.py: swap around delete/share buttons, bug #1477
2007-12-21 Gary Burton <gary.burton@zen.co.uk> svn: r9557
This commit is contained in:
parent
0e89fd5ed0
commit
101048e1ca
@ -1,3 +1,6 @@
|
||||
2007-12-21 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/Editors/_EditEventRef.py: swap around delete/share buttons, bug #1477
|
||||
|
||||
2007-12-21 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/ScratchPad.py: allow items to be moved, feature #1465
|
||||
|
||||
|
@ -131,8 +131,8 @@ class EditEventRef(EditReference):
|
||||
self.top.get_widget("eer_place"),
|
||||
self.source.set_place_handle,
|
||||
self.source.get_place_handle,
|
||||
self.add_del_btn,
|
||||
self.share_btn)
|
||||
self.share_btn,
|
||||
self.add_del_btn)
|
||||
|
||||
self.ev_privacy = PrivacyButton(
|
||||
self.top.get_widget("eer_ev_priv"),
|
||||
|
Loading…
Reference in New Issue
Block a user