Fix nick change dialog being barely visible in most cases

This commit is contained in:
Berke Viktor
2012-10-22 22:27:30 +02:00
parent 332bde3c99
commit a9fe82a1b8
2 changed files with 11 additions and 2 deletions

View File

@@ -2641,7 +2641,7 @@ static void
mg_nickclick_cb (GtkWidget *button, gpointer userdata)
{
fe_get_str (_("Enter new nickname:"), current_sess->server->nick,
mg_change_nick, NULL);
mg_change_nick, 1);
}
/* make sure chanview and userlist positions are sane */