2 coredumps bugs (gtk_message_dialog/ textview)



>From anonCVS (01-02-2001)

1. GtkMessageDialog: 

    w=gtk_message_dialog_new(NULL,0,GTK_MESSAGE_ERROR,GTK_BUTTONS_OK,
error->message);  
    gtk_dialog_run(GTK_DIALOG(w));
    gtk_widget_destroy(w);

coredumps with:

GLib-WARNING **: g_main_context_prepare() called recursively from within a
source's check() or prepare() member.

2. Textview coredumps when moving backward(GDK_Left) from line begin to 
previous line:

Gtk-ERROR **: file gtktextiter.c: line 208 (gtk_text_iter_make_real):
assertion failed: (iter->segment != NULL)
aborting...

(This is not the one I reported before to Havoc, I know that one is already
fixed :-)

Greats

MH.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]