Re: hub - r26728 - in abiword/trunk/src/wp/ap/gtk: . hildon

From: Robert Wilhelm <robert.wilhelm_at_gmx.net>
Date: Sun Jun 14 2009 - 20:07:42 CEST

On Sun, 2009-06-14 at 19:47 +0200, Robert Wilhelm wrote:

> The warning messages are gone now. But it still crashes :-(

Here is a patch. Now it works fine here.

Index: ap_UnixDialog_Options.cpp
===================================================================
--- ap_UnixDialog_Options.cpp (revision 26847)
+++ ap_UnixDialog_Options.cpp (working copy)
@@ -434,7 +434,16 @@
 #endif /// _DISABLE_GRAMMAR
 
 #else
- gtk_notebook_remove_page((GtkNotebook*)m_notebook, 3);
+ gtk_notebook_remove_page((GtkNotebook*)m_notebook, 2);
+
+ m_checkbuttonSpellCheckAsType = NULL;
+ m_checkbuttonSpellHideErrors = NULL;
+ m_checkbuttonSpellUppercase = NULL;
+ m_checkbuttonSpellNumbers = NULL;
+ m_checkbuttonSpellSuggest = NULL;
+ m_checkbuttonSpellMainOnly = NULL;
+ m_checkbuttonGrammarCheck = NULL;
+
 #endif
     // Smart Quotes
Received on Sun Jun 14 20:13:17 2009

This archive was generated by hypermail 2.1.8 : Sun Jun 14 2009 - 20:13:17 CEST