From 47bddf0d9fe547c79f1292b37bdc6cc34a6eb397 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Tue, 21 Feb 2006 14:34:05 +0000 Subject: [PATCH] r1301@mlap: muntyan | 2006-02-21 02:29:30 -0600 Cast guchar* to gchar* to make gcc happy --- moo/mooutils/moofileview/moofileview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/mooutils/moofileview/moofileview.c b/moo/mooutils/moofileview/moofileview.c index 313a99d7..e39785af 100644 --- a/moo/mooutils/moofileview/moofileview.c +++ b/moo/mooutils/moofileview/moofileview.c @@ -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,