[gimp] app: exclude GimpSettings::time property from comparison



commit 7b46a8be4540a72525325e2b8c47b3e7b0ab14ae
Author: Ell <ell_se yahoo com>
Date:   Wed Apr 8 00:26:45 2020 +0300

    app: exclude GimpSettings::time property from comparison
    
    As per last commit, explicitly exclude the GimpSettings::time
    property from comparison.

 app/core/gimpsettings.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app/core/gimpsettings.c b/app/core/gimpsettings.c
index ee21a365e1..115eb4d94a 100644
--- a/app/core/gimpsettings.c
+++ b/app/core/gimpsettings.c
@@ -75,7 +75,8 @@ gimp_settings_class_init (GimpSettingsClass *klass)
                           "time",
                           "Time",
                           "Time of settings creation",
-                          0, G_MAXINT64, 0, 0);
+                          0, G_MAXINT64, 0,
+                          GIMP_CONFIG_PARAM_DONT_COMPARE);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]