Code review comment for lp://staging/~brandontschaefer/unity/fix-711199

Revision history for this message
Michal Hruby (mhr3) wrote :

84 + g_source_remove(hide_message_delay_id_);
100 + g_source_remove(hide_message_delay_id_);

You should set the id to 0 after these calls.

review: Needs Fixing

« Back to merge proposal