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:
parent
57c66d48ee
commit
3cbacf4202
1 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue