r2964 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Sep 13 12:58:50 CEST 2007


Author: thomas
Date: 2007-09-13 12:58:48 +0200 (Thu, 13 Sep 2007)
New Revision: 2964

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-keypad.c
Log:
* src/moko-dialer.c: (on_keypad_dial_clicked): Update status string
* src/moko-keypad.c: (on_dial_clicked): Close bug 814 - Number is
  cleared when unable to dial


Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-09-13 10:29:36 UTC (rev 2963)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-09-13 10:58:48 UTC (rev 2964)
@@ -1,8 +1,14 @@
 2007-09-13  Thomas Wood  <thomas at openedhand.com>
 
-	* src/moko-contacts.c: (moko_contacts_lookup): Protect against empty number
-	value. Should fix bug 819.
+	* src/moko-dialer.c: (on_keypad_dial_clicked): Update status string
+	* src/moko-keypad.c: (on_dial_clicked): Close bug 814 - Number is
+	cleared when unable to dial
 
+2007-09-13  Thomas Wood  <thomas at openedhand.com>
+
+	* src/moko-contacts.c: (moko_contacts_lookup): Protect against empty
+	number value. Should fix bug 819.
+
 2007-09-09	Michael Lauer <mickey at openmoko.org>
 
 	* src/moko-dialer.c: Fix typo and allow dialing when
@@ -858,3 +864,4 @@
 	(moko_dialer_get_default):
 	* src/moko-dialer.h:
 	Intial Import
+

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-09-13 10:29:36 UTC (rev 2963)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-09-13 10:58:48 UTC (rev 2964)
@@ -261,7 +261,7 @@
       && priv->registered != MOKO_GSMD_CONNECTION_NETREG_DENIED)
   {
     gchar *strings[] = {
-      "No Status",
+      "None",
       "Home network registered",
       "Waiting for network registration",
       "Network registration denied",

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-keypad.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-keypad.c	2007-09-13 10:29:36 UTC (rev 2963)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-keypad.c	2007-09-13 10:58:48 UTC (rev 2964)
@@ -157,7 +157,6 @@
  else
    g_signal_emit (G_OBJECT (keypad), keypad_signals[DIAL_NUMBER], 0, number);
  
- moko_dialer_textview_empty (MOKO_DIALER_TEXTVIEW (priv->textview));
 }
 
 static gboolean





More information about the commitlog mailing list