[eom] 01/02: Revert "debian/patches: Add 0001_fix-autoreload-of-externally-modified-images.patch. Fix auto-reload of externally modified images. (Closes: #816914)."
Mike Gabriel
sunweaver at debian.org
Sat Jun 3 19:08:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository eom.
commit fe7773eb48cab5eb0dd2494aae9c8c2201d1788b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jun 3 16:08:49 2017 +0200
Revert "debian/patches: Add 0001_fix-autoreload-of-externally-modified-images.patch. Fix auto-reload of externally modified images. (Closes: #816914)."
This reverts commit f357a7d81f79c1c0cc1eb099f9f370d158e631d9.
---
...-autoreload-of-externally-modified-images.patch | 26 ----------------------
debian/patches/series | 1 -
2 files changed, 27 deletions(-)
diff --git a/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch b/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch
deleted file mode 100644
index 6dccda1..0000000
--- a/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 25f76643b789f466694177e79cf1bc36edf508de Mon Sep 17 00:00:00 2001
-From: monsta <monsta at inbox.ru>
-Date: Thu, 26 Jan 2017 14:32:34 +0300
-Subject: [PATCH] fix auto-reload of externally modified image
-
-it stopped working at some point...
-
-fixes https://github.com/mate-desktop/eom/issues/137
-
-ported from:
-https://git.gnome.org/browse/eog/commit/?id=7e32c42ef40a2fd19227b397913c063bd33f831b
----
- src/eom-list-store.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/eom-list-store.c
-+++ b/src/eom-list-store.c
-@@ -392,7 +392,7 @@
- EomImage *image;
-
- switch (event) {
-- case G_FILE_MONITOR_EVENT_CHANGED:
-+ case G_FILE_MONITOR_EVENT_CHANGED_DONE_HINT:
- file_info = g_file_query_info (file,
- G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE,
- 0, NULL, NULL);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 69c2377..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_fix-autoreload-of-externally-modified-images.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/eom.git
More information about the pkg-mate-commits
mailing list