[network-manager-applet] applet: give modems a bit more time to unlock themselves
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: give modems a bit more time to unlock themselves
- Date: Fri, 8 Apr 2011 21:03:37 +0000 (UTC)
commit 75827e59aaa3b9b3a464347ed12c22bb61c326f4
Author: Dan Williams <dcbw redhat com>
Date: Fri Apr 8 16:04:34 2011 -0500
applet: give modems a bit more time to unlock themselves
src/applet-device-gsm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet-device-gsm.c b/src/applet-device-gsm.c
index 94ceb1c..fc24c0e 100644
--- a/src/applet-device-gsm.c
+++ b/src/applet-device-gsm.c
@@ -786,7 +786,7 @@ unlock_dialog_response (GtkDialog *dialog,
if (unlock_code == UNLOCK_CODE_PIN) {
dbus_g_proxy_begin_call_with_timeout (info->card_proxy, "SendPin",
unlock_pin_reply, info, NULL,
- 12000, /* 12 seconds */
+ 15000, /* 15 seconds */
G_TYPE_STRING, code1,
G_TYPE_INVALID);
} else if (unlock_code == UNLOCK_CODE_PUK) {
@@ -799,7 +799,7 @@ unlock_dialog_response (GtkDialog *dialog,
dbus_g_proxy_begin_call_with_timeout (info->card_proxy, "SendPuk",
unlock_puk_reply, info, NULL,
- 12000, /* 12 seconds */
+ 15000, /* 15 seconds */
G_TYPE_STRING, code1,
G_TYPE_STRING, code2,
G_TYPE_INVALID);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]