[gnome-control-center/wip/wireless-list] Add a FIXME
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/wireless-list] Add a FIXME
- Date: Wed, 4 Jul 2012 06:51:27 +0000 (UTC)
commit 656dd7e01b46282e6d0d4cc966bd46378d33a462
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 3 21:34:51 2012 -0400
Add a FIXME
panels/network/cc-network-panel.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index 3bba041..716885a 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -2894,6 +2894,11 @@ wireless_button_clicked_cb (GtkButton *button, CcNetworkPanel *panel)
GtkWidget *dialog;
GtkWidget *window;
+ /* FIXME: find the currently shown network, and forget it
+ * The code below is not right, since it always forgets the
+ * currently active ap, also it uses the wireless combo to
+ * do so
+ */
combobox = GTK_COMBO_BOX (gtk_builder_get_object (panel->priv->builder,
"combobox_wireless_network_name"));
ret = gtk_combo_box_get_active_iter (combobox, &iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]