[Sugar-devel] [PATCH v5 sugar] Shutdown(and Logout) menuitems should activate

2010-10-19 Thread Anurag Chowdhury
Show a busy cursor when shutdown, logout, or reboot options are selected. Defer the selected action to an idle task so that the cursor change is flushed to the display. Co-Authored-By:James Cameron Co-Authored-By:Aleksey Lim --- src/jarabe/view/buddymenu.py | 18 -- 1 files

Re: [Sugar-devel] [PATCH v5 sugar] Shutdown (and Logout) menuitems should activate

2010-10-19 Thread Anurag Chowdhury
Daniel, My apologies. Thank you for reminding me about it. I am adding James and Aleksey as co-authors on this patch. Regards, Anurag ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH v5 sugar] Shutdown (and Logout) menuitems should activate

2010-10-19 Thread Daniel Drake
On 19 October 2010 02:08, Anurag Chowdhury wrote: > Show a busy cursor when shutdown, logout, or reboot options are > selected.  Defer the selected action to an idle task so that the cursor > change is flushed to the display. You forgot to credit James and Aleksey who made major contributions to

Re: [Sugar-devel] [PATCH v5 sugar] Shutdown (and Logout) menuitems should activate

2010-10-18 Thread James Cameron
Reviewed-by: James Cameron -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH v5 sugar] Shutdown (and Logout) menuitems should activate

2010-10-18 Thread Anurag Chowdhury
Show a busy cursor when shutdown, logout, or reboot options are selected. Defer the selected action to an idle task so that the cursor change is flushed to the display. --- src/jarabe/view/buddymenu.py | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) v1->v2 : Correct