[eom] 01/01: 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
Fri Jan 27 09:27:04 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 f357a7d81f79c1c0cc1eb099f9f370d158e631d9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 27 10:23:02 2017 +0100

    debian/patches: Add 0001_fix-autoreload-of-externally-modified-images.patch. Fix auto-reload of externally modified images. (Closes: #816914).
---
 ...-autoreload-of-externally-modified-images.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch b/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch
new file mode 100644
index 0000000..6dccda1
--- /dev/null
+++ b/debian/patches/0001_fix-autoreload-of-externally-modified-images.patch
@@ -0,0 +1,26 @@
+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
new file mode 100644
index 0000000..69c2377
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+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