~mzanetti/ubuntu-system-settings/update-reset-launcher

« back to all changes in this revision

Viewing changes to plugins/reset/ResetLauncherHome.qml

  • Committer: Michael Zanetti
  • Date: 2014-09-30 11:38:35 UTC
  • Revision ID: michael.zanetti@canonical.com-20140930113835-fd11ps78p6jrbohl
update launcher reset code to latest changes in the launcher backend

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            onClicked: {
47
47
                dialog.state = "clicked";
48
48
                unitySettings.schema.reset("favorites");
49
 
                resetBackend.resetLauncher();
 
49
                unitySettings.schema.reset("items");
50
50
                root.done();
51
51
            }
52
52
        }