From ed0e077bfee388536ce056b99e1f04b0efc3a759 Mon Sep 17 00:00:00 2001
From: Ragaeeb Haq <7464039+ragaeeb@users.noreply.github.com>
Date: Sun, 23 Nov 2014 19:21:28 -0500
Subject: [PATCH] Issue 56: CSV export from the conversation screen does
not work
---
.project | 5 +++--
assets/ConversationView.qml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.project b/.project
index 73d5be0..e156e6e 100755
--- a/.project
+++ b/.project
@@ -63,7 +63,7 @@
- com.rim.tad.tools.wst.jsdt.core.javascriptValidator
+ org.eclipse.wst.jsdt.core.javascriptValidator
@@ -85,12 +85,13 @@
- com.rim.tad.tools.wst.jsdt.core.jsNature
+ org.eclipse.wst.jsdt.core.jsNature
org.eclipse.cdt.core.cnature
org.eclipse.cdt.managedbuilder.core.managedBuildNature
org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
com.qnx.tools.ide.bbt.core.bbtnature
org.eclipse.cdt.core.ccnature
com.rim.tad.tools.qml.core.qmlNature
+ org.eclipse.cdt.qt.core.qtNature
diff --git a/assets/ConversationView.qml b/assets/ConversationView.qml
index 705d7c2..9da97d9 100644
--- a/assets/ConversationView.qml
+++ b/assets/ConversationView.qml
@@ -106,7 +106,7 @@ Page
var progress = definition.createObject();
progress.open();
- app.exportSMS(contact.conversationId, accountId, OutputFormat.TXT);
+ app.exportSMS(contact.conversationId, accountId, format);
}
}
]