[gnome-initial-setup] network: Strength indicator should go before network type
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] network: Strength indicator should go before network type
- Date: Tue, 12 Jun 2012 05:19:41 +0000 (UTC)
commit 75262b818e55e383707f1539093799a7434c26a8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jun 11 19:00:58 2012 -0400
network: Strength indicator should go before network type
This makes it consistent to the network menu.
gnome-initial-setup/gis-network-page.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-initial-setup/gis-network-page.c b/gnome-initial-setup/gis-network-page.c
index 10fcc4e..82813c5 100644
--- a/gnome-initial-setup/gis-network-page.c
+++ b/gnome-initial-setup/gis-network-page.c
@@ -630,18 +630,18 @@ prepare_network_page (SetupData *setup)
"mode", PANEL_WIRELESS_COLUMN_MODE,
NULL);
- cell = panel_cell_renderer_security_new ();
+ cell = panel_cell_renderer_signal_new ();
gtk_cell_renderer_set_padding (cell, 4, 0);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (col), cell, FALSE);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (col), cell,
- "security", PANEL_WIRELESS_COLUMN_SECURITY,
+ "signal", PANEL_WIRELESS_COLUMN_STRENGTH,
NULL);
- cell = panel_cell_renderer_signal_new ();
+ cell = panel_cell_renderer_security_new ();
gtk_cell_renderer_set_padding (cell, 4, 0);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (col), cell, FALSE);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (col), cell,
- "signal", PANEL_WIRELESS_COLUMN_STRENGTH,
+ "security", PANEL_WIRELESS_COLUMN_SECURITY,
NULL);
setup->ap_list = g_object_ref (OBJ(GtkListStore *, "liststore-wireless"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]