From cc1eab83e9a4b7a400556d0028391a32fcda82f8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 7 Sep 2012 23:28:07 +0200 Subject: fix thumbnails factory on nautilus, thumbnail path is set by g_file_info_get_attribute_byte_string (info, G_FILE_ATTRIBUTE_THUMBNAIL_PATH); but this gives path in ~/.thumbnails, not ~/.cache/thumbnails, so revert to the old location --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e11d068..88c32bc 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [5]) -m4_define([mate_micro], [1]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), -- cgit v1.2.1