[gnome-control-center] shell: Use a go-previous icon instead of grid
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Use a go-previous icon instead of grid
- Date: Tue, 19 Feb 2013 10:27:29 +0000 (UTC)
commit 91924726f1f87ab67127ea0e1cf91b8bcc6e6edb
Author: William Jon McCann <jmccann redhat com>
Date: Mon Feb 18 01:53:02 2013 -0500
shell: Use a go-previous icon instead of grid
This is what we do everywhere else.
https://bugzilla.gnome.org/show_bug.cgi?id=681530
shell/cc-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-window.c b/shell/cc-window.c
index 4f83c90..edfefe6 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -1376,7 +1376,7 @@ create_header (CcWindow *self)
priv->header = gd_header_bar_new ();
- image = gtk_image_new_from_icon_name ("view-grid-symbolic", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("go-previous-symbolic", GTK_ICON_SIZE_MENU);
gtk_widget_show (image);
priv->home_button = button = gtk_button_new ();
gtk_button_set_image (GTK_BUTTON (button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]