Skip to content
Commit a761b22c authored by Rohit Kaushik's avatar Rohit Kaushik Committed by Georges Basile Stavracas Neto
Browse files

todoist-preferences-panel: fix signal connect for add_button

Since, add_account_button_clicked only need the data,
that is GtdTodoistPreferencesPanel rather than instance
add_button, it should be g_signal_connect_swapped.
Currently with just g_signal_connect the callback
function will not work properly since data won't be
correctly passed.

https://bugzilla.gnome.org/show_bug.cgi?id=772278
parent d5827fd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment