Add a missing return in KatzeNet to fix a crasher
This commit is contained in:
parent
25e07232ac
commit
8370b2f2c9
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ katze_net_icon_transfer_cb (KatzeNetRequest* request,
|
||||||
{
|
{
|
||||||
priv->icon_cb (NULL, priv->user_data);
|
priv->icon_cb (NULL, priv->user_data);
|
||||||
katze_net_icon_priv_free (priv);
|
katze_net_icon_priv_free (priv);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, &icon_height);
|
gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, &icon_height);
|
||||||
|
|
Loading…
Reference in a new issue