Re: [E-devel] Lock dialog and ibar patch

2006-07-22 Thread Osei Poku
On 06/07/22 at 13:26 +0200, Morten Nilsen wrote: > Osei Poku wrote: > > cfdata->border->lock_client_maximize = 1; > > cfdata->border->lock_client_fullscreen = 1; > > } > > + else > > + { > > + cfdata->border->lock_clie

[E-devel] Redoing ibar patch (changed diff format)

2006-07-22 Thread Osei Poku
Ibar patch in better diff format. Osei Index: e_mod_main.c === RCS file: /var/cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.130 diff -u -3 -r1.130 e_mod_main.c --- e_mod_main.c2 Jul 2006 18:55:32 -

[E-devel] Lock dialog and ibar patch

2006-07-22 Thread Osei Poku
Hi, Two small patches. First patch fixes the lock config dialog behavior when the options are unchecked. There is a somewhat intermittent behavior that occurs here independent of this patch. I didnt pin down the root cause yet though. It happens when, I choose, for example, to "protect this w

[E-devel] Lock dialog and ibar patch

2006-07-22 Thread Osei Poku
Hi, Two small patches. First patch fixes the lock config dialog behavior when the options are unchecked. There is a somewhat intermittent behavior that occurs here independent of this patch. I didnt pin down the root cause yet though. It happens when, I choose, for example, to "protect this w

[E-devel] Ibar dnd bug

2005-10-12 Thread Osei Poku
Hi all, I noticed a small bug in Ibar. When you drag an icon, which doesnt have a corresponding eap file, from the border of a window to the ibar, an error dialog pops up complaining that this icon has no corresponding eap. The problem is the drag overlay animation on the ibar itself doesnt go awa

Re: [E-devel] Bug in ecore_config_boolean

2005-08-07 Thread Osei Poku
Actually nevermind ecore_config_int_* does work perfectly. On Sun, 2005-08-07 at 16:47 -0400, Osei Poku wrote: > On Sun, 2005-08-07 at 21:46 +0200, Peter Wehrfritz wrote: > > Hi, > > > > I used ecore_config_boolean_set() and it works as you would expect. But > > if you

Re: [E-devel] Bug in ecore_config_boolean

2005-08-07 Thread Osei Poku
On Sun, 2005-08-07 at 21:46 +0200, Peter Wehrfritz wrote: > Hi, > > I used ecore_config_boolean_set() and it works as you would expect. But > if you saved it (ecore_config_save()) and start the program again, it > always had the value 0, no matter what you set before you saved. > ecore_config_int