[gnome-initial-setup] network: Use a checkmark for the success indicator, not a small black diamond
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] network: Use a checkmark for the success indicator, not a small black diamond
- Date: Wed, 14 Nov 2012 21:49:36 +0000 (UTC)
commit 82cd8c3ebd9b6491aa871f3cba014e069414cb20
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Nov 14 16:48:49 2012 -0500
network: Use a checkmark for the success indicator, not a small black diamond
.../pages/network/gis-network-page.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnome-initial-setup/pages/network/gis-network-page.c b/gnome-initial-setup/pages/network/gis-network-page.c
index 9378ff9..a1064fa 100644
--- a/gnome-initial-setup/pages/network/gis-network-page.c
+++ b/gnome-initial-setup/pages/network/gis-network-page.c
@@ -591,8 +591,7 @@ gis_network_page_constructed (GObject *object)
cell = gtk_cell_renderer_text_new ();
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (col), cell, FALSE);
- /* black small diamond */
- g_object_set (cell, "text", "\342\254\251", NULL);
+ g_object_set (cell, "text", "â", NULL);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (col), cell,
"visible", PANEL_WIRELESS_COLUMN_ACTIVE,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]