comparison console/libgnt/gntmain.c @ 14493:5ac8f22e7b08

[gaim-migrate @ 17212] Update the statuslist with appropriate list of stauses in the buddylist when global status is changed. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 10 Sep 2006 00:17:44 +0000
parents ca36763497d9
children d1f9b05c3f58
comparison
equal deleted inserted replaced
14492:a85299caf0c3 14493:5ac8f22e7b08
575 if (x < 0) x += 256; 575 if (x < 0) x += 256;
576 if (y < 0) y += 256; 576 if (y < 0) y += 256;
577 x -= 33; 577 x -= 33;
578 y -= 33; 578 y -= 33;
579 579
580 /* It might be a better idea to use panel_below. That would allow mouse-clicks
581 * to be operated on transient windows, which would be cool.*/
582 while ((p = panel_below(p)) != NULL) { 580 while ((p = panel_below(p)) != NULL) {
583 const GntNode *node = panel_userptr(p); 581 const GntNode *node = panel_userptr(p);
584 GntWidget *wid; 582 GntWidget *wid;
585 if (!node) 583 if (!node)
586 continue; 584 continue;