summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar.h
diff options
context:
space:
mode:
authorNeil Herald <neil.herald@gmail.com>2016-04-29 23:20:48 +0100
committerNeil Herald <neil.herald@gmail.com>2016-06-22 23:38:22 +0100
commitbdcdbe67ff051d797edc7a40f3486d0abc7a9be2 (patch)
tree1317453d7f2d982b7bc5d43fa1c0eae5335b2aa1 /src/nautilus-toolbar.h
parent6ab063d474c4535821bf7065e844d2a87a45ed4d (diff)
downloadnautilus-bdcdbe67ff051d797edc7a40f3486d0abc7a9be2.tar.gz
files-view: merge action and view menus
Usability tests conducted by Gina Dobrescu have highlighted a number of issues with the toolbar menus. Users can't switch between list and grid mode with a single click, and they have struggled to find the switch between list and grid mode. Allan Day has come up with a design to address these problems. The view and action menus have been combined into a single menu, and we have added a new button to the toolbar which toggles the view mode between list and grid mode. https://bugzilla.gnome.org/show_bug.cgi?id=764632
Diffstat (limited to 'src/nautilus-toolbar.h')
-rw-r--r--src/nautilus-toolbar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-toolbar.h b/src/nautilus-toolbar.h
index 1b2a1eb45..41ec2aee0 100644
--- a/src/nautilus-toolbar.h
+++ b/src/nautilus-toolbar.h
@@ -67,10 +67,6 @@ GtkWidget *nautilus_toolbar_new (void);
GtkWidget *nautilus_toolbar_get_path_bar (NautilusToolbar *self);
GtkWidget *nautilus_toolbar_get_location_entry (NautilusToolbar *self);
-void nautilus_toolbar_update_undo_redo_labels (NautilusToolbar *self,
- gchar *undo_label,
- gchar *redo_label);
-
void nautilus_toolbar_set_show_location_entry (NautilusToolbar *self,
gboolean show_location_entry);