#3042 closed defect (fixed)
Activity Frame title does display "sugar activity"
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Assigned |
Description
this is an issue in current head introduced by d0a493e5326cf9b4c5cd6470242fd25665fdf1ed
I think the following does fix it - but needs more testing as we regressed already several times:
diff --git a/src/sugar/activity/activity.py b/src/sugar/activity/activity.py index 2c7d823..4ea7570 100644 --- a/src/sugar/activity/activity.py +++ b/src/sugar/activity/activity.py @@ -343,6 +343,7 @@ class Activity(Window, gtk.Container): self._jobject.metadata['title'] = self.shared_activity.props.name self._jobject.metadata['icon-color'] = \ self.shared_activity.props.color + else: self.set_title(self._jobject.metadata['title']) self._jobject.metadata.connect('updated', self.__jobject_updated_cb)
Change History (5)
comment:1 Changed 12 years ago by erikos
comment:2 Changed 12 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Milestone changed from Unspecified by Release Team to 0.94
comment:3 Changed 12 years ago by erikos
- Resolution set to fixed
- Status changed from new to closed
Has been pushed as: c1f9d716ab04821898ee4a61afd2203f39803b65 and a follow up patch was 1609340503ed353f09ba621aa6ace77aad8c1bb1 see #3109
comment:4 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
Note: See
TracTickets for help on using
tickets.
|TestCase|
---> the activity should be up-to-date there
---> the activity should be up-to-date there