1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

(trunk gtk) #2079: transmission 1.61 crashes on Ubuntu Hardy

This commit is contained in:
Charles Kerr 2009-06-05 15:45:18 +00:00
parent 57c66d48ee
commit 3cbacf4202

View file

@ -151,6 +151,7 @@ get_themed_icon_pixbuf( GThemedIcon *icon,
pixbuf = gtk_icon_info_load_icon( icon_info, &error );
if ( pixbuf == NULL ) {
if( error && error->message )
g_warning( "could not load icon pixbuf: %s\n", error->message );
g_clear_error( &error );
}