~ubuntu-branches/ubuntu/wily/gnome-screensaver/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/15_dont_crash_on_no_fade.patch

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-28 19:29:45 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20120728192945-m5li4dre8xyn4kmk
Tags: 3.5.4-0ubuntu1
New upstream release (LP: #1018710)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Forwarded: https://bugzilla.gnome.org/attachment.cgi?id=161269
7
7
Author: Chris Coulson <chris.coulson@canonical.com>
8
8
 
9
 
Index: gnome-screensaver-2.30.2/src/gs-fade.c
 
9
Index: gnome-screensaver-3.4.2/src/gs-fade.c
10
10
===================================================================
11
 
--- gnome-screensaver-2.30.2.orig/src/gs-fade.c 2010-11-15 17:13:16.838491003 +1100
12
 
+++ gnome-screensaver-2.30.2/src/gs-fade.c      2010-11-15 17:13:21.562491003 +1100
13
 
@@ -847,6 +847,8 @@
 
11
--- gnome-screensaver-3.4.2.orig/src/gs-fade.c  2012-06-28 10:49:42.915328739 +1200
 
12
+++ gnome-screensaver-3.4.2/src/gs-fade.c       2012-06-28 10:49:45.587328645 +1200
 
13
@@ -844,6 +844,8 @@
14
14
 gs_fade_reset (GSFade *fade)
15
15
 {
16
16
         int i;
19
19
         g_return_if_fail (GS_IS_FADE (fade));
20
20
 
21
21
         gs_debug ("Resetting fade");
22
 
@@ -859,8 +861,12 @@
 
22
@@ -856,8 +858,12 @@
23
23
 
24
24
         gs_fade_set_alpha (fade, fade->priv->current_alpha);
25
25