Ticket #8963: 0001-Fix-8963.-Fixes-Sounds-focus-cycling-using-Tab.patch

File 0001-Fix-8963.-Fixes-Sounds-focus-cycling-using-Tab.patch, 825 bytes (added by Janus, 11 years ago)
  • src/preferences/sounds/HEventList.cpp

    From 341532ef146d558afd6930eafd5fe36f78cf741d Mon Sep 17 00:00:00 2001
    From: Janus <janus2@ymail.com>
    Date: Fri, 30 Nov 2012 21:52:35 +0000
    Subject: [PATCH] Fix #8963. Fixes Sounds focus cycling using Tab
    
    ---
     src/preferences/sounds/HEventList.cpp |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/preferences/sounds/HEventList.cpp b/src/preferences/sounds/HEventList.cpp
    index 8c178ff..ad971f4 100644
    a b HEventRow::Remove(const char* type)  
    5757
    5858HEventList::HEventList(const char* name)
    5959    :
    60     BColumnListView(name, 0, B_PLAIN_BORDER, true),
     60    BColumnListView(name, B_NAVIGABLE, B_PLAIN_BORDER, true),
    6161    fType(NULL)
    6262{
    6363    AddColumn(new BStringColumn(B_TRANSLATE("Event"), 180, 50, 500,