~ubuntu-branches/ubuntu/raring/kde-runtime/raring-proposed

« back to all changes in this revision

Viewing changes to plasma/scriptengines/javascript/plasmoid/appletinterface.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-01-18 15:03:56 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20130118150356-dpuwyqik01o2sk0i
Tags: 4:4.9.98-0ubuntu1
* Remove kde-runtime alternate recommend on libcanberra-gstreamer,
  libcanberra-gstreamer uses gstreamer1.0 which much of kde still uses
  gstreamer0.10
* New upstream release candidate

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
            config->blockSignals(false);
199
199
            m_appletScriptEngine->configNeedsSaving();
200
200
        }
201
 
    }
 
201
    } else
 
202
        kWarning() << "Couldn't find a configuration entry";
202
203
}
203
204
 
204
205
QScriptValue AppletInterface::readConfig(const QString &entry) const