From 17d51d7d8a0bea59324a873092a1fb562f59486c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 5 Jun 2010 10:58:17 +0000 Subject: [PATCH] Was attempting to delete the same message twice --- src/phone.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/phone.c b/src/phone.c index 4742997..b848bad 100644 --- a/src/phone.c +++ b/src/phone.c @@ -944,8 +944,6 @@ void phone_read_delete(Phone * phone) != 0) return; phone_show_read(phone, FALSE); - gsm_message_delete(phone->gsm, phone->re_index); - phone_show_read(phone, FALSE); phone->me_progress = _phone_create_progress(phone->me_window, _("Deleting message...")); gsm_message_delete(phone->gsm, phone->re_index);