Re: [Sugar-devel] [PATCH] Journal:show error message on write failure: #1842

2010-07-03 Thread Sascha Silbe
Excerpts from anishmangal2002's message of Fri Jul 02 19:25:56 + 2010: After this patch, the information flow will be the following: * model.copy throws *Error * BaseButton emits volume-error (strerror) * VolumesToolbar emits volume-error (strerror) * JournalActivity instantiates NotifyAler

[Sugar-devel] [PATCH] Journal:show error message on write failure: #1842

2010-07-02 Thread anishmangal2002
volumestoolbar.py now catches the IOError and ValueError exceptions and emits 'volume-error'signal. This signal is caught in journalactivity.py which displays the error as an ErrorAlert message. Signed-off-by: anishmangal2002 --- src/jarabe/journal/journalactivity.py | 16 src