mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 05:38:04 +02:00
parent
c6ac2310dc
commit
3ea5efd008
1 changed files with 1 additions and 1 deletions
|
|
@ -6385,7 +6385,7 @@ activate_connection_editor_cb (GObject *client,
|
|||
device = ac_devs->len > 0 ? g_ptr_array_index (ac_devs, 0) : NULL;
|
||||
}
|
||||
if (device) {
|
||||
monitor_ac_info = g_malloc0 (sizeof (AddConnectionInfo));
|
||||
monitor_ac_info = g_malloc0 (sizeof (MonitorACInfo));
|
||||
monitor_ac_info->device = g_object_ref (device);
|
||||
monitor_ac_info->ac = active;
|
||||
monitor_ac_info->monitor_id = g_timeout_add (120, progress_activation_editor_cb, monitor_ac_info);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue