about summary refs log tree commit diff stats
path: root/src/chat_log.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-15 08:57:43 +0100
committerJames Booth <boothj5@gmail.com>2012-10-15 08:57:43 +0100
commitea9a52760620327a286cec07cb8a0750a1f1274c (patch)
tree70a9893e790c93133fe21ce81d4b9ccfea5b4c3d /src/chat_log.c
parentc0cc8295190e371c115aca71e4e71d7ff6d70f46 (diff)
downloadprofani-tty-ea9a52760620327a286cec07cb8a0750a1f1274c.tar.gz
Removed "Log" from history output
Diffstat (limited to 'src/chat_log.c')
-rw-r--r--src/chat_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat_log.c b/src/chat_log.c
index 5d15d8e4..abf52da9 100644
--- a/src/chat_log.c
+++ b/src/chat_log.c
@@ -116,7 +116,7 @@ chat_log_get_previous(const gchar * const login, const gchar * const recipient,
         char *line = NULL;
         size_t read = 0;
         if (logp != NULL) {
-            GString *gs_header = g_string_new("Log ");
+            GString *gs_header = g_string_new("");
             g_string_append_printf(gs_header, "%d/%d/%d:",
                 g_date_time_get_day_of_month(log_date),
                 g_date_time_get_month(log_date),