summaryrefslogtreecommitdiff
path: root/debian/patches/0100-ios8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0100-ios8.patch')
-rw-r--r--debian/patches/0100-ios8.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0100-ios8.patch b/debian/patches/0100-ios8.patch
index f6f4594..f438dde 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
-@@ -766,6 +766,15 @@ public class ImportPage : CheckerboardPa
+@@ -765,6 +765,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() {
-@@ -1153,11 +1162,14 @@ public class ImportPage : CheckerboardPa
+@@ -1152,11 +1161,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);
-@@ -1262,13 +1274,15 @@ public class ImportPage : CheckerboardPa
+@@ -1261,13 +1273,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) {
update_status(false, true);
} else {
-@@ -1634,11 +1648,15 @@ public class ImportPage : CheckerboardPa
+@@ -1633,11 +1647,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);
-@@ -1774,12 +1792,15 @@ public class ImportPage : CheckerboardPa
+@@ -1773,12 +1791,15 @@ public class ImportPage : CheckerboardPa
}
private void close_import() {