# 2008-01-23 Herbert Straub # Bugfix: The function "Create" - "Use current entry" creates a window, that # contains nothing. This patch fix the bug. # http://www.linuxhacker.at --- src/gq-input-form.c.orig 2008-01-24 06:54:12.000000000 +0100 +++ src/gq-input-form.c 2008-01-24 06:54:47.000000000 +0100 @@ -1285,7 +1285,6 @@ gq_input_form_set_entry(iform, entry); create_form_window(iform); - g_object_unref(iform); }