r3152 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src
thomas at sita.openmoko.org
thomas at sita.openmoko.org
Fri Oct 12 18:21:33 CEST 2007
Author: thomas
Date: 2007-10-12 18:21:32 +0200 (Fri, 12 Oct 2007)
New Revision: 3152
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer-textview.c
Log:
* src/moko-dialer-textview.c: (moko_dialer_textview_delete): Make sure
the last character is still bold after deleting
Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog 2007-10-12 12:57:47 UTC (rev 3151)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog 2007-10-12 16:21:32 UTC (rev 3152)
@@ -1,5 +1,10 @@
2007-10-12 Thomas Wood <thomas at openedhand.com>
+ * src/moko-dialer-textview.c: (moko_dialer_textview_delete): Make sure
+ the last character is still bold after deleting
+
+2007-10-12 Thomas Wood <thomas at openedhand.com>
+
* src/moko-keypad.c: Clear dialer display when delete button held down,
rather than only when held and released
Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer-textview.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer-textview.c 2007-10-12 12:57:47 UTC (rev 3151)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer-textview.c 2007-10-12 16:21:32 UTC (rev 3152)
@@ -387,6 +387,9 @@
gtk_text_buffer_get_iter_at_mark (buffer, &insertiter, insertmark);
len = gtk_text_iter_get_offset (&insertiter);
+ /* update colours */
+ moko_dialer_textview_set_color (moko_dialer_textview);
+
return 1;
}
More information about the commitlog
mailing list