[gtk/wip/otte/dnd: 5/10] placessidebar: Don't claim to support text dnd
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/dnd: 5/10] placessidebar: Don't claim to support text dnd
- Date: Mon, 17 Feb 2020 04:00:53 +0000 (UTC)
commit f5e3584b5b94dba02893d5f5251b06204222883f
Author: Benjamin Otte <otte redhat com>
Date: Mon Feb 17 02:20:43 2020 +0100
placessidebar: Don't claim to support text dnd
Because you don't. And never did.
gtk/gtkplacessidebar.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 4607dde431..9aa02c780e 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -4090,7 +4090,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
builder = gdk_content_formats_builder_new ();
gdk_content_formats_builder_add_mime_type (builder, "DND_GTK_SIDEBAR_ROW");
- gdk_content_formats_builder_add_gtype (builder, G_TYPE_STRING);
sidebar->source_targets = gdk_content_formats_builder_free_to_formats (builder);
sidebar->drag_row = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]