~ubuntu-branches/ubuntu/feisty/gdm/feisty

« back to all changes in this revision

Viewing changes to debian/patches/90_from_cvs_fix_timed_login_message.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-10-08 20:31:04 UTC
  • Revision ID: james.westby@ubuntu.com-20061008203104-o4xnlcqv17huhetk
Tags: 2.16.1-0ubuntu2
* debian/patches/90_from_cvs_fix_timed_login_message.patch:
  - patch from CVS, don't write the username again after the login message
    (Ubuntu: #61752)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===================================================================
 
2
RCS file: /cvs/gnome/gdm2/gui/gdmcommon.c,v
 
3
retrieving revision 1.28
 
4
retrieving revision 1.28.2.1
 
5
diff -u -r1.28 -r1.28.2.1
 
6
--- gdmcommon.c 2006/07/31 17:28:20     1.28
 
7
+++ gdm2/gui/gdmcommon.c        2006/10/08 13:33:14     1.28.2.1
 
8
@@ -709,6 +709,7 @@
 
9
            case 't':
 
10
              g_string_append_printf (str, ngettext("%d second", "%d seconds", gdm_timed_delay),
 
11
                                      gdm_timed_delay);
 
12
+             break;
 
13
            case 'u':
 
14
              g_string_append (str, ve_sure_string (g_getenv("GDM_TIMED_LOGIN_OK")));
 
15
              break;