diff --git a/sflphone-gtk/src/accountwindow.c b/sflphone-gtk/src/accountwindow.c index 660eca97a81c15c4f2f06cab57debea0a589a123..8152e75929afa54fae6790675c609ceef44c3e84 100644 --- a/sflphone-gtk/src/accountwindow.c +++ b/sflphone-gtk/src/accountwindow.c @@ -61,6 +61,7 @@ change_protocol (account_t * currentAccount) if (strcmp(proto, "SIP") == 0) { gtk_widget_set_sensitive( GTK_WIDGET(stunEnable), TRUE); gtk_widget_set_sensitive( GTK_WIDGET(stunServer), TRUE); + gtk_widget_set_sensitive( GTK_WIDGET(entryPort), TRUE); } else if (strcmp(proto, "IAX") == 0) { gtk_widget_set_sensitive( GTK_WIDGET(stunEnable), FALSE);