From 86f50f936ed353b2853f42ac7c33802c893b3647 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 23 Aug 2011 22:46:58 +0000 Subject: [PATCH] Automatically detect if there is an active connection --- src/plugins/gprs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/gprs.c b/src/plugins/gprs.c index 04d2f50..eea75f4 100644 --- a/src/plugins/gprs.c +++ b/src/plugins/gprs.c @@ -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); }