diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-10-21 16:45:47 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2015-10-21 16:45:47 +1300 |
commit | 50e86ea07632c556fa060208181303f16ad30481 (patch) | |
tree | e94b896616c904fea4b83a12960aa5104ddf68e4 | |
parent | 522d3afa3e00f8e14e535f1c236d183713171c3b (diff) | |
download | lightdm-50e86ea07632c556fa060208181303f16ad30481.tar.gz |
Refresh debian/patches
-rw-r--r-- | debian/patches/04_language_handling.patch | 2 | ||||
-rw-r--r-- | debian/patches/autologin-session-workaround.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch index f9d86855..f25923ef 100644 --- a/debian/patches/04_language_handling.patch +++ b/debian/patches/04_language_handling.patch @@ -75,7 +75,7 @@ Index: trunk/src/seat.c =================================================================== --- trunk.orig/src/seat.c +++ trunk/src/seat.c -@@ -1006,7 +1006,7 @@ configure_session (Session *session, Ses +@@ -1018,7 +1018,7 @@ configure_session (Session *session, Ses } if (language && language[0] != '\0') { diff --git a/debian/patches/autologin-session-workaround.patch b/debian/patches/autologin-session-workaround.patch index cede85de..fb46d817 100644 --- a/debian/patches/autologin-session-workaround.patch +++ b/debian/patches/autologin-session-workaround.patch @@ -6,7 +6,7 @@ Index: trunk/src/seat.c =================================================================== --- trunk.orig/src/seat.c +++ trunk/src/seat.c -@@ -1036,7 +1036,12 @@ create_user_session (Seat *seat, const g +@@ -1048,7 +1048,12 @@ create_user_session (Seat *seat, const g if (autostart) { const gchar *autologin_session_name = seat_get_string_property (seat, "autologin-session"); |