| 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 |
| r7284 | r7285 | |
|---|---|---|
| 943 | 943 | } |
| 944 | 944 | |
| 945 | 945 | // 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()) | |
| 948 | 948 | { |
| 949 | 949 | // get the name |
| 950 | 950 | const char *dev_name = device->name(); |
| Previous 50 | 9077 Revisions | Next 50 |