app: use gimp_object_name_collate() when sorting device names
This commit is contained in:
parent
d91a1d5b6c
commit
8bc0e569ec
1 changed files with 2 additions and 2 deletions
|
|
@ -846,7 +846,7 @@ gimp_device_info_compare (GimpDeviceInfo *a,
|
|||
}
|
||||
else
|
||||
{
|
||||
return - strcmp (gimp_object_get_name (a),
|
||||
gimp_object_get_name (b));
|
||||
return gimp_object_name_collate ((GimpObject *) a,
|
||||
(GimpObject *) b);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue