=== modified file 'src/bubble.c' --- src/bubble.c 2009-04-16 14:13:47 +0000 +++ src/bubble.c 2009-04-21 14:46:33 +0000 @@ -2062,7 +2062,7 @@ priv = GET_PRIVATE (self); - if (priv->title->len != 0) + if (priv->title) g_string_free (priv->title, TRUE); priv->title = g_string_new (title); @@ -2089,7 +2089,7 @@ priv = GET_PRIVATE (self); - if (priv->message_body->len != 0) + if (priv->message_body) g_string_free (priv->message_body, TRUE); /* filter out any HTML/markup if possible */