diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-04-08 19:39:25 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-04-08 19:39:38 -0400 |
commit | 4146f59d90089fb2d869e2ae93dfe6e7edf2872e (patch) | |
tree | eea357c7ef93280013eb68f66c4a3fcc52bec311 /src/nautilus-desktop-canvas-view.c | |
parent | e58bd4c2caef713b117a386f6db33ec68d1e3bb3 (diff) | |
download | nautilus-4146f59d90089fb2d869e2ae93dfe6e7edf2872e.tar.gz |
canvas-view: simplify for multiscreen GTK changes
Since now GdkDisplay objects in GTK have one single GdkScreen, this code
can now be simplified under that assumption.
Diffstat (limited to 'src/nautilus-desktop-canvas-view.c')
-rw-r--r-- | src/nautilus-desktop-canvas-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-desktop-canvas-view.c b/src/nautilus-desktop-canvas-view.c index 3f329263c..1fd175d0b 100644 --- a/src/nautilus-desktop-canvas-view.c +++ b/src/nautilus-desktop-canvas-view.c @@ -459,7 +459,6 @@ nautilus_desktop_canvas_view_init (NautilusDesktopCanvasView *desktop_canvas_vie desktop_directory = nautilus_get_desktop_directory (); } - nautilus_canvas_view_filter_by_screen (NAUTILUS_CANVAS_VIEW (desktop_canvas_view), TRUE); canvas_container = get_canvas_container (desktop_canvas_view); nautilus_canvas_container_set_use_drop_shadows (canvas_container, TRUE); nautilus_canvas_view_container_set_sort_desktop (NAUTILUS_CANVAS_VIEW_CONTAINER (canvas_container), TRUE); |