bug fix on deleting conference bookmarks

iNPUTmice created

Change summary

src/eu/siacs/conversations/ui/StartConversation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/eu/siacs/conversations/ui/StartConversation.java 🔗

@@ -247,7 +247,7 @@ public class StartConversation extends XmppActivity {
 	}
 
 	protected void deleteConference() {
-		int position = contact_context_id;
+		int position = conference_context_id;
 		Bookmark bookmark = (Bookmark) conferences.get(position);
 		Account account = bookmark.getAccount();
 		account.getBookmarks().remove(bookmark);