Changeset 2487
- Timestamp:
- 10/03/08 09:31:24 (3 months ago)
- Location:
- trunk/digitalme/ui
- Files:
-
- 2 modified
-
cocoa/xcode/selector/src/ExportController.mm (modified) (1 diff)
-
gtk/src/gtkcs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/digitalme/ui/cocoa/xcode/selector/src/ExportController.mm
r2479 r2487 231 231 // Call export api 232 232 233 if( RC_BAD( rc = issExportRoamingStore( pszFileName,234 p asswordBuffer.getConstCharPtr(), m_pCurrentStore, pCardIdList)))233 if( RC_BAD( rc = issExportRoamingStore( m_pCurrentStore, pCardIdList, 234 pszFileName, f_toccp( &passwordBuffer)))) 235 235 { 236 236 goto Exit; -
trunk/digitalme/ui/gtk/src/gtkcs.cpp
r2460 r2487 2036 2036 // Call export API 2037 2037 2038 rc = issExportRoamingStore( p szFile, f_toccp( &passwordBuf),2039 pUserInterface->m_pCurrentStore, pCardIdList);2040 2041 // show confirmation2038 rc = issExportRoamingStore( pUserInterface->m_pCurrentStore, pCardIdList, 2039 pszFile, f_toccp( &passwordBuf)); 2040 2041 // Show confirmation 2042 2042 2043 2043 resultsDisplay = gtk_message_dialog_new( NULL,