Re: [Amsn-devel] EFL Frontend

2008-06-23 Thread Youness Alaoui
On Tue, Jun 24, 2008 at 10:19:21AM +0800, Toma wrote: > 2008/6/22 Toma <[EMAIL PROTECTED]>: > > Hi! > > Finally got EFL frontend working and here are some initial thoughts! > > > > 1. Line 102 of login.py > >elif event.keyname == "b": > >self._evas.borderless = not self._evas.bo

Re: [Amsn-devel] EFL Frontend

2008-06-23 Thread Toma
2008/6/22 Toma <[EMAIL PROTECTED]>: > Hi! > Finally got EFL frontend working and here are some initial thoughts! > > 1. Line 102 of login.py >elif event.keyname == "b": >self._evas.borderless = not self._evas.borderless > > Should be F5 or something less intrusive than 'b' since

[Amsn-devel] EFL Frontend

2008-06-22 Thread Toma
Hi! Finally got EFL frontend working and here are some initial thoughts! 1. Line 102 of login.py elif event.keyname == "b": self._evas.borderless = not self._evas.borderless Should be F5 or something less intrusive than 'b' since people with a 'b' in their user or pass will be