SOURCES: kmobiletools-device_data.patch (NEW) - patch for error : ...

cactus cactus at pld-linux.org
Sun May 4 00:50:41 CEST 2008


Author: cactus                       Date: Sat May  3 22:50:41 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch for error : device.cpp:575: error: const class QString has no member named data

---- Files affected:
SOURCES:
   kmobiletools-device_data.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kmobiletools-device_data.patch
diff -u /dev/null SOURCES/kmobiletools-device_data.patch:1.1
--- /dev/null	Sun May  4 00:50:41 2008
+++ SOURCES/kmobiletools-device_data.patch	Sun May  4 00:50:36 2008
@@ -0,0 +1,12 @@
+diff -Nru kmobiletools-0.5.0-beta3/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp kmobiletools-0.5.0-beta3-shl/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp
+--- kmobiletools-0.5.0-beta3/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp	2007-06-05 16:18:07.000000000 +0200
++++ kmobiletools-0.5.0-beta3-shl/kmobiletools/kmobiletools/engines/gammu_engine/device.cpp	2007-06-14 17:18:55.000000000 +0200
+@@ -572,7 +572,7 @@
+     GSM_CallShowNumber showNumber = GSM_CALL_DefaultNumberPresence;
+ 
+     m_mutex.lock();
+-    m_error = m_phoneFunctions->DialVoice( &m_stateMachine, (char*) number.data(),
++    m_error = m_phoneFunctions->DialVoice( &m_stateMachine, (number.utf8().data() ),
+                                            showNumber );
+     if( m_error != ERR_NONE ) {
+         printErrorMessage( m_error, "dial" );
================================================================


More information about the pld-cvs-commit mailing list