mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Fix nick change dialog being barely visible in most cases
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user