[haiku-bugs] Re: [Haiku] #9663: BRefFilter not Filtering

  • From: "scanty" <trac@xxxxxxxxxxxx>
  • Date: Fri, 12 Apr 2013 03:38:02 -0000

#9663: BRefFilter not Filtering
----------------------------------+----------------------------
   Reporter:  scanty              |      Owner:  nobody
       Type:  bug                 |     Status:  new
   Priority:  normal              |  Milestone:  R1
  Component:  Kits/libtracker.so  |    Version:  R1/Development
 Resolution:                      |   Keywords:
 Blocked By:                      |   Blocking:
Has a Patch:  0                   |   Platform:  All
----------------------------------+----------------------------

Comment (by scanty):

 This is how I am adding it


 {{{
 ROMFilePanel::ROMFilePanel ()
         : BFilePanel (B_OPEN_PANEL, NULL, NULL, 0, false, NULL, NULL,
 true, true)
 {
         Window()->Lock();

         SetRefFilter (new ROMFilter());

         // FIXME: hack.
         //SetPanelDirectory ("/void/roms/nes");
         //SetPanelDirectory ("/the dump/roms/nes");
         //fTempCart = new NESCart;

         Customize();

         Window()->Unlock();
 }
 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/9663#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: