diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-dnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dnd.c b/lib/ephy-dnd.c index 68510d85f..ae610ca45 100644 --- a/lib/ephy-dnd.c +++ b/lib/ephy-dnd.c @@ -109,7 +109,7 @@ ephy_dnd_drag_data_get (GtkWidget *widget, gtk_selection_data_set (selection_data, selection_data->target, - 8, result->str, result->len); + 8, (const guchar *) result->str, result->len); g_string_free (result, TRUE); |