mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
typo
This commit is contained in:
parent
e43f3e95c0
commit
72856f9b6c
@ -91,7 +91,7 @@ static void _get_icons(void)
|
||||
g_string_append(icon_filename, "/proIcon.png");
|
||||
} else
|
||||
if (g_strcmp0("proIconMsg.png", name->str) == 0){
|
||||
if (icon_filename) {
|
||||
if (icon_msg_filename) {
|
||||
g_string_free(icon_msg_filename, true);
|
||||
}
|
||||
icon_msg_filename = g_string_new(icons_dir->str);
|
||||
|
Loading…
Reference in New Issue
Block a user