Are you sure that your search key is part of the queue? The issue might be that the your search key is a copy of the string stored in the queue and the pointers won't match. If this is the case try using g_queue_find_custom and wrap strcmp in a simple function. Otherwise you will have to make sure the pointers match.
Atanas _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list