Duncan wrote:
I'm running SVN and updated a couple hours before the announcement. If i t (that's one right there) was worked on again in the last six hours or s o (there's another) before the announcement, I may not have it yet.
Classic! :)
Is this still being worked on as an open bug or should I file one?
This is likely a side-effect of #403762's fix. Just reopen that one. In the meantime, here's a one-liner patch to undo #403762.
Index: pan/gui/post-ui.cc =================================================================== --- pan/gui/post-ui.cc (revision 148) +++ pan/gui/post-ui.cc (working copy) @@ -1933,7 +1933,7 @@ // add the body text widget w = create_body_widget (_body_buf, _body_view, prefs); set_spellcheck_enabled (prefs.get_flag ("spellcheck-enabled", DEFAULT_SPELLCHECK_FLAG)); - g_signal_connect_after (_body_buf, "insert-text", G_CALLBACK(text_was_inserted_cb), &_tm); + g_signal_connect (_body_buf, "insert-text", G_CALLBACK(text_was_inserted_cb), &_tm); gtk_box_pack_start (GTK_BOX(vbox), w, true, true, 0); set_message (message);
_______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users