[gnome-documents] selection-toolbar: use folder-symbolic instead of document-open-symbolic
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] selection-toolbar: use folder-symbolic instead of document-open-symbolic
- Date: Tue, 21 Aug 2012 16:02:44 +0000 (UTC)
commit 816af7ef3906216ffb5248f1950aa5133df178f0
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 21 17:35:53 2012 +0200
selection-toolbar: use folder-symbolic instead of document-open-symbolic
It's what the mockups use for this action.
src/selections.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/selections.js b/src/selections.js
index e0941d2..4189a73 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -798,7 +798,7 @@ const SelectionToolbar = new Lang.Class({
this._rightBox.add(this._toolbarTrash);
this._toolbarTrash.connect('clicked', Lang.bind(this, this._onToolbarTrash));
- this._toolbarOpen = new Gtk.Button({ child: new Gtk.Image ({ icon_name: 'document-open-symbolic',
+ this._toolbarOpen = new Gtk.Button({ child: new Gtk.Image ({ icon_name: 'folder-symbolic',
pixel_size: 16 })});
this._rightBox.add(this._toolbarOpen);
this._toolbarOpen.connect('clicked', Lang.bind(this, this._onToolbarOpen));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]