comparison 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
comparison
equal deleted inserted replaced
1573:007d54b763cd 1574:ee2b66a09a03
1832 gint i; 1832 gint i;
1833 const gchar *stock_id; 1833 const gchar *stock_id;
1834 1834
1835 if (fd && fd->modified_xmp) 1835 if (fd && fd->modified_xmp)
1836 { 1836 {
1837 keys = g_hash_table_get_keys(fd->modified_xmp); 1837 keys = hash_table_get_keys(fd->modified_xmp);
1838 } 1838 }
1839 1839
1840 g_assert(keys); 1840 g_assert(keys);
1841 1841
1842 1842