[23379] in Source-Commits
/svn/athena r23033 - in trunk/athena/bin/authwatch: . debian
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Thu Jun 19 16:45:48 2008
Date: Thu, 19 Jun 2008 16:45:18 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200806192045.QAA16290@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-06-19 16:45:17 -0400 (Thu, 19 Jun 2008)
New Revision: 23033
Modified:
trunk/athena/bin/authwatch/authwatch.c
trunk/athena/bin/authwatch/debian/changelog
Log:
In authwatch:
* Refer to the correct grenew menu item for Athena 10.
Modified: trunk/athena/bin/authwatch/authwatch.c
===================================================================
--- trunk/athena/bin/authwatch/authwatch.c 2008-06-19 20:41:57 UTC (rev 23032)
+++ trunk/athena/bin/authwatch/authwatch.c 2008-06-19 20:45:17 UTC (rev 23033)
@@ -113,23 +113,23 @@
const char *message; /* Formatted for a gtk_message_dialog */
} warnings[] = {
{ 0,
-"You have no authentication. Select ``Renew Authentication'' from the "
-"Athena ``Utilities'' menu to re-authenticate."
+"You have no authentication. Select Applications -> System Tools -> "
+"Renew Authentication to re-authenticate."
},
{ 60,
"Your authentication will expire in less than one minute. Select "
-"``Renew Authentication'' from the Athena ``Utilities'' menu to re-authenticate."
+"Applications -> System Tools -> Renew Authentication to re-authenticate."
},
{ 60*5,
"Your authentication will expire in less than five minutes. Select "
-"``Renew Authentication'' from the Athena ``Utilities'' menu to re-authenticate."
+"Applications -> System Tools -> Renew Authentication to re-authenticate."
},
{ 60*15,
"Your authentication will expire in less than fifteen minutes. Select "
-"``Renew Authentication'' from the Athena ``Utilities'' menu to re-authenticate."
+"Applications -> System Tools -> Renew Authentication to re-authenticate."
}
};
static const int nwarnings = sizeof(warnings) / sizeof(*warnings);
Modified: trunk/athena/bin/authwatch/debian/changelog
===================================================================
--- trunk/athena/bin/authwatch/debian/changelog 2008-06-19 20:41:57 UTC (rev 23032)
+++ trunk/athena/bin/authwatch/debian/changelog 2008-06-19 20:45:17 UTC (rev 23033)
@@ -1,3 +1,9 @@
+debathena-authwatch (9.4.12-0debathena3) unstable; urgency=low
+
+ * Refer to the correct grenew menu item for Athena 10.
+
+ -- Greg Hudson <ghudson@mit.edu> Thu, 19 Jun 2008 16:44:48 -0400
+
debathena-authwatch (9.4.12-0debathena2) unstable; urgency=low
* Specify libgtk2.0-dev and pkg-config in build-depends.
@@ -2,3 +8,3 @@
- -- Greg Hudson <ghudson@equal-rites.mit.edu> Tue, 19 Feb 2008 15:29:24 -0500
+ -- Greg Hudson <ghudson@mit.edu> Tue, 19 Feb 2008 15:29:24 -0500