Skip to content

Commit

Permalink
Issue 56: CSV export from the conversation screen does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Nov 24, 2014
1 parent 7eb7aa9 commit ed0e077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</arguments>
</buildCommand>
<buildCommand>
<name>com.rim.tad.tools.wst.jsdt.core.javascriptValidator</name>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
Expand All @@ -85,12 +85,13 @@
</buildCommand>
</buildSpec>
<natures>
<nature>com.rim.tad.tools.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>com.qnx.tools.ide.bbt.core.bbtnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>com.rim.tad.tools.qml.core.qmlNature</nature>
<nature>org.eclipse.cdt.qt.core.qtNature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion assets/ConversationView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Page
var progress = definition.createObject();
progress.open();

app.exportSMS(contact.conversationId, accountId, OutputFormat.TXT);
app.exportSMS(contact.conversationId, accountId, format);
}
}
]
Expand Down

0 comments on commit ed0e077

Please sign in to comment.