[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/graphics/kipi-plugins/gpssync2
From:       Gabriel Voicu <ping.gabi () gmail ! com>
Date:       2010-06-18 19:01:19
Message-ID: 20100618190119.ADA39AC8D7 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1139626 by gvoicu:

Changed settings conflict with worldmapwidget2

 M  +3 -3      gpsreversegeocodingwidget.cpp  


--- branches/extragear/graphics/kipi-plugins/gpssync2/gpsreversegeocodingwidget.cpp \
#1139625:1139626 @@ -118,7 +118,6 @@
     d->selectionModel = selectionModel;
     
     d->UIEnabled = true;
-
     // we need to have a main layout and add KVBox to it or derive from KVBox
     // - or is there an easier way to use KVBox?
     QVBoxLayout* vBoxLayout = new QVBoxLayout(this);
@@ -407,13 +406,14 @@
 {
     
     kDebug()<<"Tag data:"<<d->tagModel->data(index, Qt::DisplayRole);
+    //d->tagModel->setData(index.child(index.row() + 1, index.column()), "Tag Creat \
de Mine", Qt::DisplayRole);  
 }
 
 void GPSReverseGeocodingWidget::saveSettingsToGroup(KConfigGroup* const group)
 {
     
-    group->writeEntry("Backend", d->serviceComboBox->currentIndex()); 
+    group->writeEntry("RG Backend", d->serviceComboBox->currentIndex()); 
     group->writeEntry("Language", d->languageEdit->currentIndex());
 
     group->writeEntry("Hide options", d->hideOptions); 
@@ -434,7 +434,7 @@
 void GPSReverseGeocodingWidget::readSettingsFromGroup(KConfigGroup* const group)
 {
 
-    d->serviceComboBox->setCurrentIndex(group->readEntry("Backend", 0));
+    d->serviceComboBox->setCurrentIndex(group->readEntry("RG Backend", 0));
     d->languageEdit->setCurrentIndex(group->readEntry("Language", 0));
 
     d->hideOptions = !(group->readEntry("Hide options", false));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic