r7285 Sunday 7th February, 2010 at 11:08:43 UTC by Miodrag Milanović
[WINUI] Fixes bug of displaying all devices instead of just cpu's and sound in folders
[src/osd/winui]treeview.c

src/osd/winui/treeview.c
r7284r7285
943943      }
944944
945945      // enumerate through all devices
946      for (device = config->devicelist.first(); device != NULL;
947         device = device->next)
946      for (device = config->devicelist.first(dev_class); device != NULL;
947         device = device->typenext())
948948      {
949949         // get the name
950950         const char *dev_name = device->name();

Previous 509077 RevisionsNext 50


© 1998-2010 The MESS Team