Automatically detect if there is an active connection

This commit is contained in:
Pierre Pronchery 2011-08-23 22:46:58 +00:00
parent 63986c3ccb
commit 86f50f936e

View File

@ -269,6 +269,7 @@ static void _gprs_settings(PhonePlugin * plugin)
gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, TRUE, 0);
gtk_container_add(GTK_CONTAINER(gprs->window), vbox);
_on_settings_cancel(plugin);
_gprs_on_timeout(plugin);
gtk_widget_show_all(gprs->window);
}