GNOME Bugzilla – Bug 534139
Signature command is run twice
Last modified: 2008-05-29 17:52:02 UTC
I tried setting a signature command in Pan, and found that it would often run the command twice. After a little looking at the source code, it seems that the function "apply_profile" is being called twice, from around line 1546 of post-ui.cc and also from around line 1454. I think this function should only be called once.
*** This bug has been marked as a duplicate of 533178 ***