Fix #7786 (Feedback when installing new plugins)

This commit is contained in:
Kovid Goyal 2010-12-06 17:30:18 -07:00
parent 91cdd30620
commit 0d52b87a55

View File

@ -151,6 +151,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
self._plugin_model.populate()
self._plugin_model.reset()
self.changed_signal.emit()
self.plugin_path.setText('')
else:
error_dialog(self, _('No valid plugin path'),
_('%s is not a valid plugin path')%path).exec_()