[TxMt] bug in blogging.rb
Kent Sibilev
ksruby at gmail.com
Fri Aug 25 02:29:29 UTC 2006
Hi,
I've noticed that blogging.rb doesn't set self.mode correcly when
posting an article.
Here is the patch
Index: Bundles/Blogging.tmbundle/Support/lib/blogging.rb
===================================================================
--- Bundles/Blogging.tmbundle/Support/lib/blogging.rb (revision 4926)
+++ Bundles/Blogging.tmbundle/Support/lib/blogging.rb (working copy)
@@ -177,6 +177,8 @@
@headers = {}
return if lines.length == 0
+
+ self.endpoint
@post['mt_text_more'] = ''
@post['description'] = ''
Thanks.
--
Kent
---
http://www.datanoise.com
More information about the textmate
mailing list