diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nemo/files/patch-src_nemo-notebook.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-fm/nemo/files/patch-src_nemo-notebook.c b/x11-fm/nemo/files/patch-src_nemo-notebook.c new file mode 100644 index 000000000..ab2667b41 --- /dev/null +++ b/x11-fm/nemo/files/patch-src_nemo-notebook.c @@ -0,0 +1,15 @@ +--- src/nemo-notebook.c.orig 2014-03-08 01:46:16.347348229 +0000 ++++ src/nemo-notebook.c 2014-03-08 01:56:25.092307128 +0000 +@@ -51,12 +51,6 @@ + static void nemo_notebook_remove (GtkContainer *container, + GtkWidget *tab_widget); + +-static const GtkTargetEntry url_drag_types[] = +-{ +- { NEMO_ICON_DND_GNOME_ICON_LIST_TYPE, 0, NEMO_ICON_DND_GNOME_ICON_LIST }, +- { NEMO_ICON_DND_URI_LIST_TYPE, 0, NEMO_ICON_DND_URI_LIST }, +-}; +- + enum + { + TAB_CLOSE_REQUEST, |