about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/bookmark.c1
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;