network: don't just select device once
This commit is contained in:
parent
5e4e05608c
commit
33627f1ae8
1 changed files with 0 additions and 6 deletions
|
@ -294,12 +294,6 @@ select_first_device (CcNetworkPanel *panel)
|
||||||
GtkTreePath *path;
|
GtkTreePath *path;
|
||||||
GtkWidget *widget;
|
GtkWidget *widget;
|
||||||
GtkTreeSelection *selection;
|
GtkTreeSelection *selection;
|
||||||
static gboolean once = FALSE;
|
|
||||||
|
|
||||||
if (once)
|
|
||||||
return;
|
|
||||||
|
|
||||||
once = TRUE;
|
|
||||||
|
|
||||||
widget = GTK_WIDGET (gtk_builder_get_object (panel->priv->builder,
|
widget = GTK_WIDGET (gtk_builder_get_object (panel->priv->builder,
|
||||||
"treeview_devices"));
|
"treeview_devices"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue