X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fimdb-download-dialog.vala;h=0811b743c84873be2c1a6e8c11eaeb98cd434e19;hb=b9f1a55da2b9549e2454557bdd51844a79712f97;hp=8173c0d445bf2a2385ea091ce1be3a5bd729e708;hpb=066c91421665a1a8bfbe174614534c7e0f72ea86;p=cinaest diff --git a/src/plugins/imdb-download-dialog.vala b/src/plugins/imdb-download-dialog.vala index 8173c0d..0811b74 100644 --- a/src/plugins/imdb-download-dialog.vala +++ b/src/plugins/imdb-download-dialog.vala @@ -35,9 +35,8 @@ class IMDbDownloadDialog : Note { public new void run (dynamic DBus.Object server, string mirror) { int res; try { - server.Progress += this.on_progress; - server.DescriptionChanged += this.on_description_changed; - + server.Progress.connect (this.on_progress); + server.DescriptionChanged.connect (this.on_description_changed); int flags = IMDbDownloader.MOVIES | IMDbDownloader.GENRES | IMDbDownloader.RATINGS | IMDbDownloader.AKAS; if (plots) flags |= IMDbDownloader.PLOTS;