[gimp] issue 4669



commit 8d5afa76e761ea6465c3eafe861eaf4c7db0fae8
Author: bootchk <bootchk users noreply github com>
Date:   Thu Feb 27 14:44:20 2020 -0500

    issue 4669

 libgimp/gimppdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimppdb.c b/libgimp/gimppdb.c
index c93d1427c0..ce777e01c7 100644
--- a/libgimp/gimppdb.c
+++ b/libgimp/gimppdb.c
@@ -375,7 +375,7 @@ gimp_pdb_dump_to_file (GimpPDB *pdb,
                        GFile   *file)
 {
   g_return_val_if_fail (GIMP_IS_PDB (pdb), FALSE);
-  g_return_val_if_fail (G_IS_FILE (pdb), FALSE);
+  g_return_val_if_fail (G_IS_FILE (file), FALSE);
 
   return _gimp_pdb_dump (file);
 }


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