diff gui/ui/widgets.c @ 34481:887c198b5b78

Add size to ICONERROR warning message.
author ib
date Sat, 14 Jan 2012 16:30:03 +0000
parents 6c6fb701fa8e
children 04feb00f91be
line wrap: on
line diff
--- a/gui/ui/widgets.c	Sat Jan 14 16:08:16 2012 +0000
+++ b/gui/ui/widgets.c	Sat Jan 14 16:30:03 2012 +0000
@@ -105,7 +105,7 @@
 
         g_object_unref(pixbuf);
     } else
-        mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_ICONERROR, GUI_ICON_NAME);
+        mp_msg(MSGT_GPLAYER, MSGL_WARN, MSGTR_ICONERROR, GUI_ICON_NAME, size);
 
     // start up GTK which realizes the pixmaps
     gtk_main_iteration_do(FALSE);