r1301@mlap: muntyan | 2006-02-21 02:29:30 -0600
Cast guchar* to gchar* to make gcc happy
This commit is contained in:
parent
baaa7c2eb5
commit
47bddf0d9f
@ -4947,7 +4947,7 @@ moo_file_view_drop_data_received (MooFileView *fileview,
|
||||
}
|
||||
else
|
||||
{
|
||||
char *text = gtk_selection_data_get_text (data);
|
||||
char *text = (char*) gtk_selection_data_get_text (data);
|
||||
|
||||
if (text)
|
||||
success = moo_file_view_drop_text (fileview, text, path, widget,
|
||||
|
Loading…
x
Reference in New Issue
Block a user