mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fixed merge issue
This commit is contained in:
parent
87aa4e9678
commit
75c762bbfa
@ -90,7 +90,7 @@ _notify_message(const char * const handle, int win, const char * const text)
|
||||
g_string_append_printf(message, "\n%s", text);
|
||||
}
|
||||
|
||||
_notify(message->str, 10000, "incoming message");
|
||||
notify(message->str, 10000, "incoming message");
|
||||
|
||||
g_string_free(message, TRUE);
|
||||
}
|
||||
@ -104,7 +104,7 @@ _notify_room_message(const char * const handle, const char * const room, int win
|
||||
g_string_append_printf(message, "\n%s", text);
|
||||
}
|
||||
|
||||
_notify(message->str, 10000, "incoming message");
|
||||
notify(message->str, 10000, "incoming message");
|
||||
|
||||
g_string_free(message, TRUE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user