1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Fixed "/bookmark remove" for disabling autojoin

Issue #194
This commit is contained in:
James Booth 2014-04-13 02:27:37 +01:00
parent f62cf772a7
commit f332b6681e

View File

@ -133,7 +133,6 @@ _bookmark_remove(const char *jid, gboolean autojoin)
if (autojoin) {
Bookmark *bookmark = found->data;
bookmark->autojoin = FALSE;
g_list_free(found);
// remove bookmark
} else {