Can anyone look at the gflare plugin I ported to GIMP 1.1.x. There seem to be some bugs in Gtk/Glib+-1.2.4. But if the problem is in gflare itself, please tell me. Here is the message I get when I start the gflare plugin: Gtk_WARNING **: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion 'tag > 0' failed. But the funtion gtk_scrolled_window_add() is never used by the plugin. The second message appears when clicking on edit: Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 Gtk_WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 65505 and height 65531 GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion 'tag > 0' failed. Please help to fix the bug. Here is the exact place where you can find the gflare_ plugin for GIMP: http://registry.gimp.org/plugins/gflare_/gflare.tgz Yours Martin