summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--gtk/updateiconcache.c2
4 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 70585fcc28..7946d52721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/updateiconcache.c (is_cache_up_to_date): Return
+ TRUE if the cache is newer than the directory. (#172852,
+ Jacob Kroon)
+
* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 70585fcc28..7946d52721 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/updateiconcache.c (is_cache_up_to_date): Return
+ TRUE if the cache is newer than the directory. (#172852,
+ Jacob Kroon)
+
* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 70585fcc28..7946d52721 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,9 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/updateiconcache.c (is_cache_up_to_date): Return
+ TRUE if the cache is newer than the directory. (#172852,
+ Jacob Kroon)
+
* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index 8063f467a0..82aa18d539 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -78,7 +78,7 @@ is_cache_up_to_date (const gchar *path)
}
/* Check mtime */
- return cache_stat.st_mtime <= path_stat.st_mtime;
+ return cache_stat.st_mtime >= path_stat.st_mtime;
}
typedef struct