[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] 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 -

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

2006-07-22 Thread Morten Nilsen
Osei Poku wrote: > cfdata->border->lock_client_maximize = 1; > cfdata->border->lock_client_fullscreen = 1; > } > + else > + { > + cfdata->border->lock_client_location = 0; > + cfdata->border->lock_client_size = 0; > + cfdata->border->lock_client_stacking = 0; > +

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_client_location = 0; > > + cfdata->border->lock_client_size =