@bxgaillard commented on this pull request.


In debugger/src/debug.c:

> @@ -320,7 +324,11 @@ static void on_watch_dragged_callback(GtkWidget *wgt, GdkDragContext *context, i
     gpointer userdata)
 {
 	/* string that is dragged */
+#if GTK_CHECK_VERSION(3, 0, 0)
+	gchar *expression = (gchar*)gtk_selection_data_get_data(seldata);

I agree. Fixed.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.