Added message when bookmark updated

This commit is contained in:
James Booth
2014-02-02 00:49:02 +00:00
parent a8ecbccc9c
commit 92b85bb7f1
8 changed files with 55 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ bookmark_request(void)
xmpp_stanza_release(iq);
}
static void
static gboolean
_bookmark_add(const char *jid, const char *nick, gboolean autojoin)
{
/* TODO: send request */
@@ -67,6 +67,8 @@ _bookmark_add(const char *jid, const char *nick, gboolean autojoin)
/* this may be command for modifying */
autocomplete_remove(bookmark_ac, jid);
autocomplete_add(bookmark_ac, jid);
return FALSE;
}
static void