Here is a patch proposal about this bug. two solutions are proposed - -cond.patch -> a conditional test before the call to the function raising the exception - -try.patch -> a try-except catch the raised exception
I preferred the cond-patch since the try-except.patch may catch Exception is not supposed to, moreover it don't call the function if there is nothing to do. ** Attachment added: "add a condition before calling the function" http://launchpadlibrarian.net/21565575/gnomeblog-patch-cond.patch -- [apport] [feisty] gnome-blog-poster crashed with TypeError in setStringValuePairs() https://bugs.launchpad.net/bugs/83319 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
