summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-07-01 15:53:43 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-07-17 00:45:39 +0200
commit192d2e2fccd86ad438b5fc3c7a7752840c903e49 (patch)
tree65a227c635e64d9e6a4a5f52d0c84d4976f7a5f0 /test
parent17eee1de31e0e9e38f5086be0a9477c0ec11af94 (diff)
downloadnautilus-192d2e2fccd86ad438b5fc3c7a7752840c903e49.tar.gz
operations: implement new design
Now operations reside in the toolbar, in form of a button with a popover. In this way we avoid to have a nautilus window hanging around for it. When no nautilus window is open, the persistence handlers of nautilus are enough. This use a notification if the server supports it or a systray icon in case it doesn't.
Diffstat (limited to 'test')
-rw-r--r--test/test-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-copy.c b/test/test-copy.c
index be8e7c4da..d9c491eb2 100644
--- a/test/test-copy.c
+++ b/test/test-copy.c
@@ -69,7 +69,7 @@ main (int argc, char* argv[])
gtk_widget_show (window);
- manager = nautilus_progress_info_manager_new ();
+ manager = nautilus_progress_info_manager_dup_singleton ();
nautilus_file_operations_copy (sources,
NULL /* GArray *relative_item_points */,