changeset 3104:992250ce4cc7

fix compiler warning
author Tomasz Mon <desowin@gmail.com>
date Thu, 19 Jul 2007 13:51:37 +0200
parents 1faf842dea49
children 1912eba1004b
files src/audacious/ui_credits.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/ui_credits.c	Thu Jul 19 13:37:23 2007 +0200
+++ b/src/audacious/ui_credits.c	Thu Jul 19 13:51:37 2007 +0200
@@ -357,7 +357,7 @@
     about_vbox = gtk_vbox_new(FALSE, 5);
     gtk_container_add(GTK_CONTAINER(about_window), about_vbox);
 
-    logo_pixbuf = gdk_pixbuf_new_from_xpm_data(audacious_logo_xpm);
+    logo_pixbuf = gdk_pixbuf_new_from_xpm_data((const char **)audacious_logo_xpm);
 
     about_credits_logo_box = gtk_hbox_new(TRUE, 0);
     gtk_box_pack_start(GTK_BOX(about_vbox), about_credits_logo_box,