The problem is still present in 1.4.18-1 Here is a patch to fix it. NB I am absolute newbie in gtk programming and liferea source, but looks like it works
--- liferea-1.4.18.orig/src/ui/ui_update.c +++ liferea-1.4.18/src/ui/ui_update.c @@ -137,6 +137,7 @@ if(!umdialog) { umdialog = liferea_dialog_new (NULL, "updatedialog"); + g_signal_connect(umdialog, "delete_event", G_CALLBACK(on_close_update_monitor_clicked), 0); /* Set up left store and view */ view = GTK_TREE_VIEW(liferea_dialog_lookup(umdialog, "left")); -- ygrek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]