r2086 - trunk/src/target/OM-2007/applications/openmoko-dialer/src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Fri May 25 14:25:13 CEST 2007


Author: thomas
Date: 2007-05-25 14:25:12 +0200 (Fri, 25 May 2007)
New Revision: 2086

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c
Log:
openmoko-dialer: use correct gsm event for when an outgoing call is rejected


Modified: trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c	2007-05-24 23:41:11 UTC (rev 2085)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c	2007-05-25 12:25:12 UTC (rev 2086)
@@ -128,9 +128,8 @@
 call_progress_cb (MokoGsmdConnection *connection, int type, MokoDialerData *data)
 {
   g_debug ("Outgoing Call Progress: %d", type);
-  if (type == MOKO_GSMD_PROG_REJECT)
+  if (type == MOKO_GSMD_PROG_DISCONNECT)
   {
-    g_debug ("call rejected");
     gtk_dialog_response (GTK_DIALOG (data->window_outgoing), GTK_RESPONSE_CANCEL);
     return;
   }





More information about the commitlog mailing list