|
Lines 100-106
Link Here
|
| 100 |
list<string> machines = SambaAD::GetMachines (domain, user, pass); |
100 |
list<string> machines = SambaAD::GetMachines (domain, user, pass); |
| 101 |
if (machines != nil) |
101 |
if (machines != nil) |
| 102 |
{ |
102 |
{ |
| 103 |
list items = maplist (string m, machines, ``( |
103 |
list items = maplist (string m, sort (machines), ``( |
| 104 |
`item (`id (m), m))); |
104 |
`item (`id (m), m))); |
| 105 |
items = prepend (items, default_entry); |
105 |
items = prepend (items, default_entry); |
| 106 |
UI::ReplaceWidget (`id (`rpcombo), `Left ( |
106 |
UI::ReplaceWidget (`id (`rpcombo), `Left ( |