diff options
-rw-r--r-- | src/xmpp/bookmark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c index b603a71a..65c3bd01 100644 --- a/src/xmpp/bookmark.c +++ b/src/xmpp/bookmark.c @@ -126,6 +126,7 @@ bookmark_add(const char* jid, const char* nick, const char* password, const char } else { bookmark->name = NULL; } + bookmark->ext_gajim_minimize = 0; if (g_strcmp0(autojoin_str, "on") == 0) { bookmark->autojoin = TRUE; |