~uriboni/webbrowser-app/basic-auth

« back to all changes in this revision

Viewing changes to src/app/webbrowser/BrowserTab.qml

  • Committer: Ugo Riboni
  • Date: 2015-06-08 12:44:47 UTC
  • mfrom: (992.1.60 webbrowser-app)
  • Revision ID: ugo.riboni@canonical.com-20150608124447-5x9fy89sufsj55vd
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
    function close() {
73
73
        unload()
74
 
        if (preview) {
 
74
        if (preview && preview.toString()) {
75
75
            FileOperations.remove(preview)
76
76
        }
77
77
        destroy()