diff src/collect-table.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents 1698baa37871
children 5fc64d6252e7
line wrap: on
line diff
--- a/src/collect-table.c	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/collect-table.c	Tue Aug 26 22:22:51 2008 +0000
@@ -1335,7 +1335,7 @@
 
 		parent = gtk_tree_view_get_bin_window(GTK_TREE_VIEW(ct->listview));
 
-		pb = gdk_pixbuf_new_from_xpm_data((const char **)marker_xpm);
+		pb = gdk_pixbuf_new_from_xpm_data((const gchar **)marker_xpm);
 		gdk_pixbuf_render_pixmap_and_mask(pb, &pixmap, &mask, 128);
 		gdk_pixbuf_unref(pb);