@b4n commented on this pull request.
> + 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.