839 self.hooks["compileChangedResources"]( |
839 self.hooks["compileChangedResources"]( |
840 self.project.pdata["RESOURCES"]) |
840 self.project.pdata["RESOURCES"]) |
841 else: |
841 else: |
842 progress = EricProgressDialog( |
842 progress = EricProgressDialog( |
843 self.tr("Determining changed resources..."), |
843 self.tr("Determining changed resources..."), |
844 self.tr("Abort"), 0, 100, self.tr("%v/%m Resources")) |
844 self.tr("Abort"), 0, 100, self.tr("%v/%m Resources"), self) |
845 progress.setMinimumDuration(0) |
845 progress.setMinimumDuration(0) |
846 progress.setWindowTitle(self.tr("Resources")) |
846 progress.setWindowTitle(self.tr("Resources")) |
847 |
847 |
848 # get list of changed resources |
848 # get list of changed resources |
849 changedResources = [] |
849 changedResources = [] |