Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-20 Thread Simon Schampijer
On 09/19/2011 08:42 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) we show a cancellation message and the option to dismiss the transfer status palette. The behavior for a cancelation by the sender is a bit different in te

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-19 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of 2011-09-19 20:42:17 +0200: > When a file transfer has been canceled (the sender quits > before the receiver transferred it) we show a cancellation > message and the option to dismiss the transfer status > palette. > > The behavior for a cancelation by t

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-19 Thread Simon Schampijer
On 09/14/2011 12:50 PM, Simon Schampijer wrote: On 09/14/2011 12:04 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijer

[Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-19 Thread Simon Schampijer
When a file transfer has been canceled (the sender quits before the receiver transferred it) we show a cancellation message and the option to dismiss the transfer status palette. The behavior for a cancelation by the sender is a bit different in telepathy as noted in [1]. You do only get the cance

Re: [Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
On 09/14/2011 12:04 PM, Simon Schampijer wrote: When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijer The patch does introduce a new string. I discusse

[Sugar-devel] [PATCH sugar] FileTransfer: handle cancellation cleanly, OLPC #11065

2011-09-14 Thread Simon Schampijer
When a file transfer has been canceled (the sender quits before the receiver transferred it) show a cancellation message and the option to dismiss the notification. Signed-off-by: Simon Schampijer --- src/jarabe/frame/activitiestray.py | 11 +-- 1 files changed, 5 insertions(+), 6 dele