Fixes Coverity CIDs: 1220388 1372362 1220222 1358399 1223756 1223757 1220305 1220269...
[claws.git] / src / plugins / notification / notification_trayicon.c
index 720183722f81b2691777f03b9fec9e716d85d663..09c940055e12500ccb0da8afd6e907a10d7c8a16 100644 (file)
@@ -921,7 +921,7 @@ static gchar* notification_trayicon_popup_assemble_body(MsgInfo *msginfo)
                                     "%d new mail messages arrived",
                            popup.num_mail),
                            popup.num_mail);
-      tmp = g_strdup_printf("%s%s%s",utf8_str,str_empty?"":"\n",msg);
+      tmp = g_strdup_printf("%s%s%s",utf8_str,"",msg);
       g_free(msg);
       g_free(utf8_str);
       utf8_str = tmp;