To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103632





------- Additional comments from dtar...@openoffice.org Mon Jul 20 08:29:08 
+0000 2009 -------
This is the difference in autocompletion code between Gtk+ 2.14.7-8 and 2.16.4-1
(gtk/gtkfilechooserentry.c):

 static void
 autocomplete (GtkFileChooserEntry *chooser_entry)
 {
-  g_assert (chooser_entry->current_folder != NULL);
-  g_assert (_gtk_folder_is_finished_loading (chooser_entry->current_folder));
-  g_assert (gtk_editable_get_position (GTK_EDITABLE (chooser_entry)) ==       
+GTK_ENTRY (chooser_entry)->text_length);
+  if (!(chooser_entry->current_folder != NULL
+       && _gtk_folder_is_finished_loading (chooser_entry->current_folder)
+       && gtk_editable_get_position (GTK_EDITABLE (chooser_entry)) ==         
+gtk_entry_get_text_length (GTK_ENTRY (chooser_entry))))
+    return;
 
   append_common_prefix (chooser_entry, TRUE, FALSE);
 }

The crash is in one of the g_asserts. This is implementation detail of Gtk+,
thus not a problem of OO.o. Moreover, it has been already fixed in recent
versions (just return instead of crash on failed assertion).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to