View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#151
Commits done, except one:

Code:
diff --git a/tests/check-hildon-font-selection-dialog.c b/tests/check-hildon-font-selection-dialog.c
index ec79a12..43bbeab 100644
--- a/tests/check-hildon-font-selection-dialog.c
+++ b/tests/check-hildon-font-selection-dialog.c
@@ -69,11 +69,10 @@ fx_setup_default_font_selection_dialog ()
 static void 
 fx_teardown_default_font_selection_dialog ()
 {
-  
-  gtk_widget_destroy(GTK_WIDGET(font_selection_dialog));
+//FIXME the following line causes a segfault.
+  //gtk_widget_destroy(GTK_WIDGET(font_selection_dialog));
     
   gtk_widget_destroy(GTK_WIDGET(showed_window));
-
 }
I still need to get to the bottom of this one.

Instructions for building so that tests can run using the module are in the commit message:
https://github.com/android-808/hildo...9a7cfe8625f3c1
 

The Following 11 Users Say Thank You to Android_808 For This Useful Post: