gtk+ r19366 - in trunk: . gtk



Author: mitch
Date: Mon Jan 14 14:17:26 2008
New Revision: 19366
URL: http://svn.gnome.org/viewvc/gtk+?rev=19366&view=rev

Log:
2008-01-14  Michael Natterer  <mitch gimp org>

	* gtk/gtkfilesystemmodel.c (drag_source_drag_data_get): cast
	"uris" to guchar* when passing it to gtk_selection_data_set().



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkfilesystemmodel.c

Modified: trunk/gtk/gtkfilesystemmodel.c
==============================================================================
--- trunk/gtk/gtkfilesystemmodel.c	(original)
+++ trunk/gtk/gtkfilesystemmodel.c	Mon Jan 14 14:17:26 2008
@@ -583,7 +583,7 @@
   gtk_selection_data_set (selection_data,
 			  gdk_atom_intern_static_string ("text/uri-list"),
 			  8,
-			  uris,
+			  (guchar *) uris,
 			  strlen (uris) + 1);
 
   g_free (uri);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]