app: GimpDeviceEditor: fix whitespace
This commit is contained in:
parent
e1b2b44f3b
commit
b89ae68d07
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ gimp_device_editor_constructed (GObject *object)
|
|||
|
||||
private->filtered = gimp_filtered_container_new (devices,
|
||||
gimp_device_editor_filter,
|
||||
NULL);
|
||||
NULL);
|
||||
gimp_container_view_set_container (GIMP_CONTAINER_VIEW (private->list_view),
|
||||
private->filtered);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue