On Friday 26 February 2010 10:01:46 Nicholas Sushkin wrote:
> Hopefully the following gbd session will help you.

Here's another one:

Breakpoint 3, BNPView::showPassiveDroppedDelayed (this=0x80eeea8)
    at 
/home/nsushkin/download/basket/atomopawn-basket-3802d49/src/bnpview.cpp:2311
2311        QString title = m_passiveDroppedTitle;
(gdb) n
2313        delete m_passivePopup; // Delete previous one (if exists): it will 
then hide it (only one at a time)
(gdb) n
2314        m_passivePopup = new KPassivePopup(Settings::useSystray() ? 
(QWidget*)Global::systemTray : this);
(gdb) print Settings::useSystray()
$6 = true

-- 
Nick

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Basket-devel mailing list
Basket-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basket-devel

Reply via email to