[Sugar-devel] [PATCH] Journal: Fix for sl#1842

2010-06-15 Thread anishmangal2002
From: anishmangal2002 anishmangal2...@gmail.com volumestoolbar.py now catches the IOError and ValueError exceptions and emits 'volume-error' which is caught in journalactivity.py which inturn displayes the error as a NotifyRedAlert message. Signed-off-by: anishmangal2002

[Sugar-devel] [PATCH] Journal: Fix for sl#1842

2010-06-13 Thread anishmangal2002
From: anishmangal2002 anishmangal2...@gmail.com volumestoolbar.py now catches the IOError exception and emits 'data-ioerror' which is caught in journalactivity.py which displayes the error as a NotifyRedAlert message. Signed-off-by: anishmangal2002 anishmangal2...@gmail.com ---

Re: [Sugar-devel] [PATCH] Journal: Fix for sl#1842

2010-06-13 Thread Andrés Ambrois
On Sunday 13 June 2010 06:21:22 pm anishmangal2...@gmail.com wrote: diff --git a/src/jarabe/journal/journalactivity.py b/src/jarabe/journal/journalactivity.py index 0559560..9536ca3 100644 --- a/src/jarabe/journal/journalactivity.py +++ b/src/jarabe/journal/journalactivity.py @@ -27,6 +27,7