mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 05:16:21 +00:00
Merge pull request #1433 from profanity-im/bookmark
xmpp/bookmark: don't use uninitialised field
This commit is contained in:
@@ -126,6 +126,7 @@ bookmark_add(const char* jid, const char* nick, const char* password, const char
|
|||||||
} else {
|
} else {
|
||||||
bookmark->name = NULL;
|
bookmark->name = NULL;
|
||||||
}
|
}
|
||||||
|
bookmark->ext_gajim_minimize = 0;
|
||||||
|
|
||||||
if (g_strcmp0(autojoin_str, "on") == 0) {
|
if (g_strcmp0(autojoin_str, "on") == 0) {
|
||||||
bookmark->autojoin = TRUE;
|
bookmark->autojoin = TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user