From 6ee154a0a00af614f29344d6f9c06b73dac8fac7 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 8 Jan 2010 14:04:10 +0100 Subject: [PATCH] [events] do not tell user to do stuff after having removed a repo --- sulfur/src/sulfur/events.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sulfur/src/sulfur/events.py b/sulfur/src/sulfur/events.py index d06cc41cf..3cf008494 100644 --- a/sulfur/src/sulfur/events.py +++ b/sulfur/src/sulfur/events.py @@ -249,10 +249,6 @@ class SulfurApplicationEventsMixin: self.Equo.remove_repository(repoid) self.reset_cache_status() self.setup_repoView() - msg = "%s '%s' %s '%s' %s" % (_("You must now either press the"), - _("Update Repositories"), _("or the"), _("Regenerate Cache"), - _("now")) - okDialog( self.ui.main, msg ) def on_repoEdit_clicked( self, widget ): my = AddRepositoryWindow(self, self.ui.main, self.Equo)