@b4n commented on this pull request.


In debugger/src/stree.c:

> +	disable_cursor_changed_handler();
 	gtk_tree_store_clear(store);
+	enable_cursor_changed_handler();

You probably should use g_signal_handler_block()-family of functions instead of rolling your own.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1170/review/996280634@github.com>