[epiphany] Missed another spot
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Missed another spot
- Date: Sun, 11 Sep 2016 15:00:33 +0000 (UTC)
commit 0d626bb73a6af19f59143034210c4e49c08d5168
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Sep 11 10:00:19 2016 -0500
Missed another spot
lib/ephy-dnd.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/lib/ephy-dnd.h b/lib/ephy-dnd.h
index 05b3edd..0c72015 100644
--- a/lib/ephy-dnd.h
+++ b/lib/ephy-dnd.h
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
#define EPHY_DND_URI_LIST_TYPE "text/uri-list"
#define EPHY_DND_TEXT_TYPE "text/plain"
#define EPHY_DND_URL_TYPE "_NETSCAPE_URL"
-#define EPHY_DND_TOPIC_TYPE "ephy_topic_node"
+#define EPHY_DND_TOPIC_TYPE "ephy_topic_node"
typedef void (* EphyDragEachSelectedItemDataGet) (const char *url,
const char *title,
@@ -37,11 +37,11 @@ typedef void (* EphyDragEachSelectedItemIterator) (EphyDragEachSelectedItemDat
gpointer iterator_context,
gpointer data);
-gboolean ephy_dnd_drag_data_get (GtkWidget *widget,
- GdkDragContext *context,
- GtkSelectionData *selection_data,
- guint32 time,
- gpointer container_context,
- EphyDragEachSelectedItemIterator
each_selected_item_iterator);
+gboolean ephy_dnd_drag_data_get (GtkWidget *widget,
+ GdkDragContext *context,
+ GtkSelectionData *selection_data,
+ guint32 time,
+ gpointer container_context,
+ EphyDragEachSelectedItemIterator
each_selected_item_iterator);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]