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

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu May 17 13:47:05 CEST 2007


Author: thomas
Date: 2007-05-17 13:47:04 +0200 (Thu, 17 May 2007)
New Revision: 2000

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c
Log:
openmoko-dialer: use MokoGsmdConnectionProgress


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-17 11:46:02 UTC (rev 1999)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-outgoing.c	2007-05-17 11:47:04 UTC (rev 2000)
@@ -250,13 +250,13 @@
 void
 call_progress_cb (MokoGsmdConnection *connection, int type, MokoDialerData *data)
 {
-  if (type == GSMD_CALLPROG_REJECT)
+  if (type == MOKO_GSMD_PROG_REJECT)
   {
     g_debug ("call rejected");
     return;
   }
 
-  if (type ==  GSMD_CALLPROG_CONNECTED)
+  if (type ==  MOKO_GSMD_PROG_CONNECTED)
   {
     gtk_dialog_response (data->window_outgoing, GTK_RESPONSE_OK);
   }





More information about the commitlog mailing list