> I assume the assertion that you trigger is on line 308 of > fileinfo_gui.c: > > /* If an error occurs turn filter off. If this doesn't work, > * then we probably have a serious problem. */ > g_assert(!regcomp(&filter_re, fallback_re, REG_EXTENDED|REG_NOSUB));
Yes. > This one should be called only if you enter a faulty expression in the > first place. Correct. But I think GtkG shouldn't crash if you enter a faulty expression. GtkG could use "." instead or something, but a crash is normally not acceptable. ;) > I made fallback_re = "." now in CVS. This should work. > Please check that. Yes, this works fine here... Greetings, Thomas. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
