KDE

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Crash when you configure "External Tools" in Kate

    0 answers - 1099 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    You are receiving this mail because:
    You are the assignee for the bug, or are watching the assignee.
    dhdev gmx de changed:
    What |Removed |Added
    Status|NEW |RESLVED
    Resolution| |FIXED
    Additional Comments From dhdev gmx de 2006-05-19 12:28
    SVN commit 542438 by dhaumann:
    fix crash in external tools when clicking the edit button on separator items
    (If further crashes happen, please report.)
    BUG:121607
    M +1 -1 kateexternaltools.cpp
    #542437:542438
    @ -757,7 +757,7 @
    {
    // update button state
    bool hs = lbTools->selectedItem() != 0;
    - btnEdit->setEnabled( hs && static_cast<ToolItem*>(lbTools->selectedItem()) );
    + btnEdit->setEnabled( hs && dynamic_cast<ToolItem*>(lbTools->selectedItem()) );
    btnRemove->setEnabled( hs );
    btnMoveUp->setEnabled( ( lbTools->currentItem() 0 ) && hs );
    btnMoveDwn->setEnabled( ( lbTools->currentItem() < (int)lbTools->count()-1 )&&hs );
    KWrite-Devel mailing list
    KWrite-Devel (AT) kde (DOT) org

Re: Crash when you configure "External Tools" in Kate


max 4000 letters.
Your nickname that display:
In order to stop the spam: 4 + 4 =
QUESTION ON "KDE"

EMSDN.COM