Ubuntu Pastebin

Paste from laney at Tue, 21 Feb 2017 13:46:07 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff -u unity-7.5.0+17.04.20170125/debian/changelog unity-7.5.0+17.04.20170125/debian/changelog
--- unity-7.5.0+17.04.20170125/debian/changelog
+++ unity-7.5.0+17.04.20170125/debian/changelog
@@ -1,3 +1,9 @@
+unity (7.5.0+17.04.20170125-0ubuntu2) UNRELEASED; urgency=medium
+
+  * fff
+
+ -- Iain Lane <iain@orangesquash.org.uk>  Tue, 21 Feb 2017 12:56:04 +0000
+
 unity (7.5.0+17.04.20170125-0ubuntu1) zesty; urgency=medium
 
   [ Marco Trevisan (TreviƱo) ]
only in patch2:
unchanged:
--- unity-7.5.0+17.04.20170125.orig/lockscreen/BackgroundSettings.cpp
+++ unity-7.5.0+17.04.20170125/lockscreen/BackgroundSettings.cpp
@@ -66,7 +66,7 @@
   }
   else if (!settings.background().empty())
   {
-    glib::Object<GdkPixbuf> pixbuf(gdk_pixbuf_new_from_file_at_scale(settings.background().c_str(), s_width, s_height, FALSE, NULL));
+    glib::Object<GdkPixbuf> pixbuf(gdk_pixbuf_new_from_file_at_scale(settings.background().c_str(), geo.width, geo.height, FALSE, NULL));
 
     if (pixbuf)
       bg_surface = gdk_cairo_surface_create_from_pixbuf(pixbuf, 0, NULL);
Download as text