GNOME Bugzilla – Bug 681880
only allow manual layout in Desktop view
Last modified: 2012-08-16 02:05:37 UTC
I think we should only allow manual layouts in the Desktop view. This will better prepare us for transition to icon view.
*** Bug 681917 has been marked as a duplicate of this bug. ***
Created attachment 221328 [details] [review] Only support manual layout in Desktop views
Review of attachment 221328 [details] [review]: ::: src/nautilus-canvas-view.c @@ +627,3 @@ gtk_action_set_sensitive (action, !is_auto_layout); + gtk_action_set_visible (action, + nautilus_canvas_view_supports_manual_layout (view)); AFAICS nautilus_canvas_view_supports_manual_layout() also needs to be modified to return the value of new boolean flag instead of TRUE
Review of attachment 221328 [details] [review]: ::: src/nautilus-canvas-view.c @@ +627,3 @@ gtk_action_set_sensitive (action, !is_auto_layout); + gtk_action_set_visible (action, + nautilus_canvas_view_supports_manual_layout (view)); I did, didn't I?
Review of attachment 221328 [details] [review]: Oops yeah, for some reason I didn't see it the first time.