1
1

1999-02-16 Federico Mena Quintero <federico@nuclecu.unam.mx>

* gicon.c (gicon_get_filename_for_icon): Doh, use image_hash here.
Этот коммит содержится в:
Miguel de Icaza 1999-02-17 00:51:45 +00:00
родитель c52fde6398
Коммит fda350b4ea
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
1999-02-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gicon.c (gicon_get_filename_for_icon): Doh, use image_hash here.
1999-02-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gicon.c: Lots of changes to support the little symlink/stalled

Просмотреть файл

@ -445,7 +445,7 @@ gicon_get_filename_for_icon (GdkImlibImage *image)
gicon_init ();
iset = g_hash_table_lookup (name_hash, image);
iset = g_hash_table_lookup (image_hash, image);
g_assert (iset != NULL);
return iset->filename;
}