[gdm] daemon: drop duplicated message
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] daemon: drop duplicated message
- Date: Tue, 6 Aug 2013 18:51:41 +0000 (UTC)
commit 6e4145a12a1d7ea3d81a8019d321eaf5f9db8951
Author: Ray Strode <rstrode redhat com>
Date: Tue Aug 6 14:49:59 2013 -0400
daemon: drop duplicated message
There are two error strings saying basically the same thing. This commit drops
the unused one.
daemon/gdm-session-worker.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index 2675c9b..422c6ef 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -825,9 +825,6 @@ get_friendly_error_message (int error_code)
return _("Your account was given a time limit that's now passed.");
break;
- return _("Your account was given an expiration date that's now passed.");
- break;
-
default:
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]