From 101048e1cac78394970150580227e3cf1462e8a4 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Fri, 21 Dec 2007 23:14:33 +0000 Subject: [PATCH] * src/Editors/_EditEventRef.py: swap around delete/share buttons, bug #1477 2007-12-21 Gary Burton svn: r9557 --- ChangeLog | 3 +++ src/Editors/_EditEventRef.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe0f2d26d..076636d25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-12-21 Gary Burton + * src/Editors/_EditEventRef.py: swap around delete/share buttons, bug #1477 + 2007-12-21 Gary Burton * src/ScratchPad.py: allow items to be moved, feature #1465 diff --git a/src/Editors/_EditEventRef.py b/src/Editors/_EditEventRef.py index d8ce748a5..39862926a 100644 --- a/src/Editors/_EditEventRef.py +++ b/src/Editors/_EditEventRef.py @@ -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"),