[epiphany] Stop emission of the right signal during drag operation



commit d2286fd9115f3d6f2740c841753b864b24134a94
Author: Tomas Popela <tpopela redhat com>
Date:   Sun Jan 29 14:21:47 2017 +0100

    Stop emission of the right signal during drag operation
    
    It's drag-data-received not drag_data_received

 src/ephy-notebook.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index e5ba4ac..88478eb 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -277,7 +277,7 @@ notebook_drag_data_received_cb (GtkWidget        *widget,
   if (target == gdk_atom_intern_static_string ("GTK_NOTEBOOK_TAB"))
     return;
 
-  g_signal_stop_emission_by_name (widget, "drag_data_received");
+  g_signal_stop_emission_by_name (widget, "drag-data-received");
 
   if (g_settings_get_boolean (EPHY_SETTINGS_LOCKDOWN,
                               EPHY_PREFS_LOCKDOWN_ARBITRARY_URL)) return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]