mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
Fix unsetting connected signal id on disconnect
This commit is contained in:
parent
687659255b
commit
9b47855aef
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ namespace Gitg
|
|||
if (d_sid != 0)
|
||||
{
|
||||
d_widget.disconnect(d_sid);
|
||||
d_sid = 0;
|
||||
}
|
||||
|
||||
if (d_lifetime != null)
|
||||
|
|
Loading…
Reference in a new issue