Le 27 mai 06 à 22:08, Sašo Kiselkov a écrit :

Thanks, I'll try to work out a usable fix...

On 5/27/06, Yen-Ju Chen <[EMAIL PROTECTED]> wrote:
On 5/26/06, Sašo Kiselkov <[EMAIL PROTECTED]> wrote:

> I've commited a few changes to let MenuServer be built with profiling. > Please have a look at gprof at thing, 'cause I just don't seem to able
> to reproduce it here...

  The problem is in Controller.m:
  - (void) windowDidMove: (NSNotification *) notif
  {
    [ServerMenuBarWindow setFrame: ...
  }

  Depending on the implementation of window manager,
  -setFrame may trigger another -windowDidMove: notification.
  Therefore, it creates an endless loop.
  It happens on metacity, but not Azalea nor WindowMaker.
  So I will try to avoid using -setFrame: in -windowDidMove:.

Hi Saso,

I just would like to confirm I observed what Yen-Ju is reporting : no problem with Azalea unlike Metacity.

Thanks,
Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to