[MPlayer-cvslog] r34569 - in trunk: gui/ui/widgets.c help/help_mp-de.h help/help_mp-en.h help/help_mp-zh_CN.h
ib
subversion at mplayerhq.hu
Sat Jan 14 17:30:03 CET 2012
Author: ib
Date: Sat Jan 14 17:30:03 2012
New Revision: 34569
Log:
Add size to ICONERROR warning message.
Modified:
trunk/gui/ui/widgets.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
trunk/help/help_mp-zh_CN.h
Modified: trunk/gui/ui/widgets.c
==============================================================================
--- trunk/gui/ui/widgets.c Sat Jan 14 17:08:16 2012 (r34568)
+++ trunk/gui/ui/widgets.c Sat Jan 14 17:30:03 2012 (r34569)
@@ -105,7 +105,7 @@ static void gtkLoadIcon(GtkIconTheme *th
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);
More information about the MPlayer-cvslog
mailing list