KDE

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

    0 answers - 934 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.
    Additional Comments From dhdev gmx de 2006-05-19 12:19
    SVN commit 542434 by dhaumann:
    fix crash in external tools config when clicking the edit button.
    CCBUG:121607
    M +1 -1 kateexternaltools.cpp
    #542433:542434
    @ -719,7 +719,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: 0 + 9 =
QUESTION ON "KDE"

EMSDN.COM