calendar: Use GDK content formats api

This commit is contained in:
Matthias Clasen 2020-01-07 00:45:07 -05:00
parent 2ee087f25f
commit 6fcae42dde

View File

@ -785,8 +785,7 @@ gtk_calendar_init (GtkCalendar *calendar)
priv->in_drag = 0;
formats = gdk_content_formats_new (NULL, 0);
formats = gtk_content_formats_add_text_targets (formats);
formats = gdk_content_formats_new_for_gtype (G_TYPE_STRING);
dest = gtk_drop_target_new (formats, GDK_ACTION_COPY);
gdk_content_formats_unref (formats);