[kmobiletools] branches/extragear/kde3/pim/kmobiletools
Marco Gulino
marco at kmobiletools.org
Sat Jun 16 12:14:50 CEST 2007
SVN commit 676216 by gulino:
Fixing gammu engine message shown before page renders.
Updating Changelog.
M +1 -0 ChangeLog
M +1 -1 kmobiletools/mainpart/newdevicewizard.cpp
--- branches/extragear/kde3/pim/kmobiletools/ChangeLog #676215:676216
@@ -3,6 +3,7 @@
* Removed deprecated KBluetoothpairingwizard.
* Removing the deprecated data() method from gammu engine.
* Fixed kontact plugin .desktop file.
+ * Adding DCOP method for saving SMS list to CSV.
2007-06-05 KMobileTools 0.5.0_beta3
* Including 19200 baudrate.
--- branches/extragear/kde3/pim/kmobiletools/kmobiletools/mainpart/newdevicewizard.cpp #676215:676216
@@ -230,7 +230,7 @@
/* setFinishEnabled (currentPage(), false );*/
kdDebug() << "Current page index: " << indexOf( currentPage()) << endl;
- if( enginelibname == "libkmobiletools_gammu" ) {
+ if( enginelibname == "libkmobiletools_gammu" && indexOf(currentPage() ) ) {
KMobileTools::DevicesConfig *wconfig = KMobileTools::DevicesConfig::prefs( s_deviceName );
wconfig->setDevicename( "Gammu" );
wconfig->setEngine( "libkmobiletools_gammu" );
More information about the kmobiletools
mailing list