GUI Preferences panel update

This commit is contained in:
Mathieu Labbe
2015-02-13 16:51:53 -05:00
parent 0cc60103a5
commit 13aedbed28
+1 -1
View File
@@ -69,7 +69,7 @@ QString PreferencesDialogROS::getParamMessage()
bool PreferencesDialogROS::readCoreSettings(const QString & filePath)
{
if(filePath.isEmpty())
if(filePath.isEmpty() || filePath.compare(getTmpIniFilePath()) == 0)
{
ros::NodeHandle nh;
ROS_INFO("%s", this->getParamMessage().toStdString().c_str());