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

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon May 21 18:24:45 CEST 2007


Author: thomas
Date: 2007-05-21 18:24:45 +0200 (Mon, 21 May 2007)
New Revision: 2050

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-talking.c
Log:
openmoko-dialer: workaround to prevent window-talking from crashing when shown


Modified: trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-talking.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-talking.c	2007-05-21 11:17:39 UTC (rev 2049)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/dialer-window-talking.c	2007-05-21 16:24:45 UTC (rev 2050)
@@ -370,6 +370,8 @@
     g_signal_connect ((gpointer) window, "hide",
                       G_CALLBACK (on_window_talking_hide), p_dialer_data);
 
+    /* this is required so that the finger widgets do not cause a crash if show is called later on */
+    gtk_widget_show_all (GTK_WIDGET (window));
 
     gtk_widget_hide (content_dtmf);     //And this line is necessary because dtmf interface & talking interface share the same window.
     //we have to hide it first.





More information about the commitlog mailing list