1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
This commit is contained in:
James Booth 2013-01-06 23:47:50 +00:00
parent 8a110a4366
commit c341468c92

View File

@ -56,6 +56,7 @@ title_bar_title(void)
recipient = NULL;
typing_elapsed = NULL;
title_bar_show("Profanity. Type /help for help information.");
_title_bar_draw_status();
dirty = TRUE;
}