diff src/utilops.c @ 1574:ee2b66a09a03

compilation fixes for older glib and gtk
author nadvornik
date Tue, 28 Apr 2009 06:54:59 +0000
parents 54bb40066b35
children c9c1a16ff8ae
line wrap: on
line diff
--- a/src/utilops.c	Mon Apr 27 23:07:59 2009 +0000
+++ b/src/utilops.c	Tue Apr 28 06:54:59 2009 +0000
@@ -1834,7 +1834,7 @@
 	
 	if (fd && fd->modified_xmp)
 		{
-		keys = g_hash_table_get_keys(fd->modified_xmp);
+		keys = hash_table_get_keys(fd->modified_xmp);
 		}
 	
 	g_assert(keys);