diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2017-12-12 16:56:29 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-01-02 12:51:32 +0200 |
commit | 74dd9c9f72002d482c898a704bb5b95655e35e08 (patch) | |
tree | 0472fecf3b99f1669be99fe18f343d0a47eea535 /test | |
parent | 816b8247f3147637d13b55446ee38d4470c0f225 (diff) | |
download | nautilus-74dd9c9f72002d482c898a704bb5b95655e35e08.tar.gz |
general: remove desktop support
Diffstat (limited to 'test')
-rw-r--r-- | test/test-copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-copy.c b/test/test-copy.c index c927e47b1..45cb8d168 100644 --- a/test/test-copy.c +++ b/test/test-copy.c @@ -75,7 +75,6 @@ main (int argc, manager = nautilus_progress_info_manager_dup_singleton (); nautilus_file_operations_copy (sources, - NULL /* GArray *relative_item_points */, dest, GTK_WINDOW (window), copy_done, NULL); |