[Sugar-devel] [PATCH] Allow view-source to launch external activities

Bert Freudenberg bert at freudenbergs.de
Sun Dec 7 12:10:35 EST 2008


On 07.12.2008, at 17:16, Jameson Quinn wrote:

> This patch has been smoke-tested, but I would like another day to  
> test it properly. Unfortunately, since that day is Wednesday, I am  
> sending a preliminary version now.


I noticed your use of the "suggested_filename" meta data property.

As far as I can tell, this is unused in Sugar code. The only  
occurrence appears to be in

sugar-toolkit/src/sugar/datastore/datastore.py:
                 new_jobject.metadata['suggested_filename'] = filename

And it is also set in two activities:

./Pippy.activity/activity.py:
                 'suggested_filename': 'pippy_app.py',
./Chat.activity/activity.py:
                 'suggested_filename': 'pippy_app.py',

I can not find any user of that property though.

So what's it for?

- Bert -




More information about the Sugar-devel mailing list