Opened 13 years ago
Closed 13 years ago
#1840 closed enhancement (fixed)
activity title should be set to sample name after a sample is loaded
Reported by: | rgs | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Use case:
0) launch TA
1) load a sample project
2) TA
What should the Journal entry say? Probably the best thing would be to make it have the name of the sample project so then it'll make it easier for users to refer to it.
Change History (1)
comment:1 Changed 13 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Simple fix to load_file:
+ if self.running_sugar:
+ self.activity.metadatatitle? = os.path.split(_file_name)[1]