pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Re: ANN: Pan 0.122 "Not Even Wrong"


From: Charles Kerr
Subject: Re: [Pan-users] Re: ANN: Pan 0.122 "Not Even Wrong"
Date: Sat, 03 Feb 2007 18:47:48 -0600
User-agent: Thunderbird 1.5.0.9 (X11/20061219)

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);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]