Changeset 2487 for trunk/digitalme/ui/gtk
- Timestamp:
- 10/03/08 09:31:24 (3 months ago)
- Files:
-
- 1 modified
-
trunk/digitalme/ui/gtk/src/gtkcs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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,