gnome-schedule r1095 - in trunk: . src
- From: gauteh svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-schedule r1095 - in trunk: . src
- Date: Sun, 21 Sep 2008 20:57:49 +0000 (UTC)
Author: gauteh
Date: Sun Sep 21 20:57:49 2008
New Revision: 1095
URL: http://svn.gnome.org/viewvc/gnome-schedule?rev=1095&view=rev
Log:
Applied patch from bug 534706, thanks to Fabricio Godoy
Modified:
trunk/ChangeLog
trunk/src/crontabEditor.py
Modified: trunk/src/crontabEditor.py
==============================================================================
--- trunk/src/crontabEditor.py (original)
+++ trunk/src/crontabEditor.py Sun Sep 21 20:57:49 2008
@@ -318,7 +318,7 @@
self.wrongdialog.destroy()
def __dialog_command_failed__ (self):
- self.wrongdialog2 = gtk.MessageDialog(self.widget, gtk.DIALOG_MODAL|gtk.DIALOG_DESTROY_WITH_PARENT, gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, (_("Your command contains one or more of the character %, this is special for cron and cannot be used with Gnome-schedule because of the format it uses to store extra information on the crontab line. Please use the | redirector character to acheieve the same functionality. Refer to the crontab manual for more information about the % character. If you don not want to use it for redirection it must be properly escaped with the \ letter.")))
+ self.wrongdialog2 = gtk.MessageDialog(self.widget, gtk.DIALOG_MODAL|gtk.DIALOG_DESTROY_WITH_PARENT, gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, (_("Your command contains one or more of the character %, this is special for cron and cannot be used with Gnome-schedule because of the format it uses to store extra information on the crontab line. Please use the | redirector character to achieve the same functionality. Refer to the crontab manual for more information about the % character. If you don not want to use it for redirection it must be properly escaped with the \ letter.")))
self.wrongdialog2.run()
self.wrongdialog2.destroy()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]