File gpicview-0.2.4_fix_boo_904558.patch of Package gpicview
diff -uNr old-gpicview-0.2.4/src/main-win.c gpicview-0.2.4/src/main-win.c --- old-gpicview-0.2.4/src/main-win.c 2014-11-12 10:59:44.797101360 +0100 +++ gpicview-0.2.4/src/main-win.c 2014-11-12 11:02:23.683094130 +0100 @@ -507,7 +507,7 @@ { g_object_unref( mw->animation ); mw->animation = NULL; - if( mw->animation_timeout ); + if( mw->animation_timeout ) { g_source_remove( mw->animation_timeout ); mw->animation_timeout = 0;