GNOME Bugzilla – Bug 342447
Crash when using the live-search-entry
Last modified: 2009-08-15 18:40:50 UTC
1) start anjuta 2) open new document 3) type some lines, for example 1 2 3 4 5 4) place the cursor at the beginning of the document 5) enter the live-search-entry, and type "3" 6) click somewhere in the document window (maying the entry loose focus) Crashes reliably here. Note that the entry is actually a EggEntryAction. Before the crash, the code asserts at GTK_WIDGET_HAS_FOCUS in blink_cb (gtk/gtkentry.c). The documentation in that function also says that when you connect a focus-out handler, you need to make it return FALSE for the signal to be propragated up. This isn't the case in EggEntryAction. The attached patches fixes the crash for me (note that other signals might have the same problem, which just might not show up atm).
Created attachment 65919 [details] [review] Patch against EggEntryAction
*** Bug 342488 has been marked as a duplicate of this bug. ***
*** Bug 342857 has been marked as a duplicate of this bug. ***
Closing all fixed bugs. Sorry for the mass update :( ...