<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -659,11 +659,11 @@ PostAssistant.prototype.reportFailedPost = function(error_obj) {
 	this.controller.modelChanged(this.postTextFieldModel);
 	
 	var err_msg = $L(&quot;There was a problem posting your status&quot;);
-	this.sceneAssistant.displayErrorInfo(err_msg, error_obj);
+	this.displayErrorInfo(err_msg, error_obj);
 };
 
 PostAssistant.prototype.deactivateSpinner = function() {
-	this.buttonWidget = this.controller.get('post-send-button');
+	this.buttonWidget = jQuery('#post-send-button').get(0);
 	this.buttonWidget.mojo.deactivate();
 };
 </diff>
      <filename>app/assistants/post-assistant.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-/*********** Built 2009-11-04 17:06:27 EST ***********/
+/*********** Built 2009-11-07 23:06:06 EST ***********/
 /*jslint 
 browser: true,
 nomen: false,
@@ -8995,11 +8995,9 @@ SpazTwit.prototype.update = function(status, source, in_reply_to_status_id) {
 SpazTwit.prototype._processUpdateReturn = function(data, finished_event) {
 	
 	/*
-		this item needs to be added to the friends + home timeline
-		so we can avoid dupes
-	*/
+		Add this to the HOME section and fire off the event when done
+	*/	
 	this._processTimeline(SPAZCORE_SECTION_HOME, [data], finished_event);
-	this._processTimeline(SPAZCORE_SECTION_FRIENDS, [data], finished_event);
 };
 
 SpazTwit.prototype.destroy = function(id) {};</diff>
      <filename>spazcore/spazcore-webos.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>17e6c4af2d1de0d07a8c0823b6a9c901d799cb0f</id>
    </parent>
  </parents>
  <author>
    <name>Ed Finkler</name>
    <email>funkatron@gmail.com</email>
  </author>
  <url>http://github.com/funkatron/spaz-webos/commit/efca60103d53ea7f2369dbca1ff74a805d0640ca</url>
  <id>efca60103d53ea7f2369dbca1ff74a805d0640ca</id>
  <committed-date>2009-11-07T20:10:26-08:00</committed-date>
  <authored-date>2009-11-07T20:10:26-08:00</authored-date>
  <message>- new SpazCore that fixes duplicate posting bug</message>
  <tree>c6a9de5f729420edbc3329ce1b9427ee200ee0f2</tree>
  <committer>
    <name>Ed Finkler</name>
    <email>funkatron@gmail.com</email>
  </committer>
</commit>
