r36635 - /desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Feb 10 16:29:14 UTC 2013


Author: joss
Date: Sun Feb 10 16:29:13 2013
New Revision: 36635

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36635
Log:
Ooops

Modified:
    desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch

Modified: desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch?rev=36635&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/24_move_failure_detection.patch [utf-8] Sun Feb 10 16:29:13 2013
@@ -6,10 +6,14 @@
 
 Index: gdm3-3.4.1/daemon/gdm-display.c
 ===================================================================
---- gdm3-3.4.1.orig/daemon/gdm-display.c	2013-02-10 17:05:56.817105767 +0100
-+++ gdm3-3.4.1/daemon/gdm-display.c	2013-02-10 17:19:55.817207422 +0100
-@@ -667,9 +667,17 @@ gdm_display_real_finish (GdmDisplay *dis
+--- gdm3-3.4.1.orig/daemon/gdm-display.c	2013-02-10 17:28:37.003755377 +0100
++++ gdm3-3.4.1/daemon/gdm-display.c	2013-02-10 17:29:02.819881581 +0100
+@@ -665,11 +665,21 @@ gdm_display_manage (GdmDisplay *display)
+ static gboolean
+ gdm_display_real_finish (GdmDisplay *display)
  {
++        gdouble elapsed;
++
          g_return_val_if_fail (GDM_IS_DISPLAY (display), FALSE);
  
 -        _gdm_display_set_status (display, GDM_DISPLAY_FINISHED);
@@ -28,7 +32,13 @@
  
          return TRUE;
  }
-@@ -699,8 +707,6 @@ gdm_display_real_unmanage (GdmDisplay *d
+@@ -693,14 +703,10 @@ gdm_display_finish (GdmDisplay *display)
+ static gboolean
+ gdm_display_real_unmanage (GdmDisplay *display)
+ {
+-        gdouble elapsed;
+-
+         g_return_val_if_fail (GDM_IS_DISPLAY (display), FALSE);
  
          g_debug ("GdmDisplay: unmanage display");
  




More information about the pkg-gnome-commits mailing list