PDA

View Full Version : Error while executing a application - Gtk WARNING



augusbas
23rd September 2009, 06:11
I have compiled a Qt application succesfully. Once i execute and select browse or open file dialog.
Filedilaog is opening succesfully, once i select any folder or files in file dialog , i am getting the below error in console.

(<unknown>:3333): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If you
connect a handler to this signal, it must return
FALSE so the entry gets the event as well

Gtk-ERROR **: file gtkentry.c: line 5287 (blink_cb): assertion failed: (GTK_WIDGET_HAS_FOCUS (entry))
aborting...
Aborted


Please help

laie
12th June 2010, 12:25
I've the same problem