diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-14 18:50:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-14 18:50:51 +0200 |
commit | a5ea701acc282ade4ccb9b08a8613a8d66ca82a5 (patch) | |
tree | c9dded33c9efa6de09965a37e3792aef2e03c4b5 /debian/patches/0100-ios8.patch | |
parent | 8e1c5a834469d804d28ee8ab2cbe2da8e600a789 (diff) |
New upstream release
Diffstat (limited to 'debian/patches/0100-ios8.patch')
-rw-r--r-- | debian/patches/0100-ios8.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0100-ios8.patch b/debian/patches/0100-ios8.patch index a87e3c5..8844861 100644 --- a/debian/patches/0100-ios8.patch +++ b/debian/patches/0100-ios8.patch @@ -9,7 +9,7 @@ Index: trunk/src/camera/ImportPage.vala =================================================================== --- trunk.orig/src/camera/ImportPage.vala +++ trunk/src/camera/ImportPage.vala -@@ -765,6 +765,15 @@ public class ImportPage : CheckerboardPa +@@ -773,6 +773,15 @@ public class ImportPage : CheckerboardPa ~ImportPage() { LibraryPhoto.global.contents_altered.disconnect(on_media_added_removed); Video.global.contents_altered.disconnect(on_media_added_removed); @@ -25,7 +25,7 @@ Index: trunk/src/camera/ImportPage.vala } public override Gtk.Toolbar get_toolbar() { -@@ -1140,11 +1149,14 @@ public class ImportPage : CheckerboardPa +@@ -1162,11 +1171,14 @@ public class ImportPage : CheckerboardPa update_status(busy, false); refresh_error = null; @@ -45,7 +45,7 @@ Index: trunk/src/camera/ImportPage.vala } update_status(true, refreshed); -@@ -1249,13 +1261,15 @@ public class ImportPage : CheckerboardPa +@@ -1271,13 +1283,15 @@ public class ImportPage : CheckerboardPa progress_bar.set_ellipsize(Pango.EllipsizeMode.NONE); progress_bar.set_text(""); progress_bar.set_fraction(0.0); @@ -63,7 +63,7 @@ Index: trunk/src/camera/ImportPage.vala if (refresh_result == GPhoto.Result.OK) { if (import_sources.get_count () == 0) { this.set_page_message (this.get_view_empty_message ()); -@@ -1624,11 +1638,15 @@ public class ImportPage : CheckerboardPa +@@ -1646,11 +1660,15 @@ public class ImportPage : CheckerboardPa } private void import(Gee.Iterable<DataObject> items) { @@ -84,7 +84,7 @@ Index: trunk/src/camera/ImportPage.vala } update_status(true, refreshed); -@@ -1764,12 +1782,15 @@ public class ImportPage : CheckerboardPa +@@ -1786,12 +1804,15 @@ public class ImportPage : CheckerboardPa } private void close_import() { |