From fbc0cc442fd1b5d363e9406b2ad1697805d66019 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 28 May 2010 00:30:45 +0000 Subject: [PATCH] No longer erroneously add empty lines to the messages list --- src/phone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phone.c b/src/phone.c index 9ca867e..f9f9818 100644 --- a/src/phone.c +++ b/src/phone.c @@ -812,7 +812,6 @@ void phone_messages_set(Phone * phone, unsigned int index, char const * number, (strlen(content) > 12) ? "..." : ""); gmtime_r(&date, &t); strftime(dd, sizeof(dd), "%d/%m/%Y %H:%M:%S", &t); - gtk_list_store_append(phone->me_store, &iter); gtk_list_store_set(phone->me_store, &iter, PHONE_MESSAGE_COLUMN_ID, index, PHONE_MESSAGE_COLUMN_NUMBER, number,