* guilify mu; first steps, and a new toy called 'muile'

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-05 00:18:43 +03:00
parent 5ad2319fe1
commit 0b7693d077
10 changed files with 589 additions and 8 deletions

View File

@ -435,7 +435,6 @@ mu_str_subject_normalize (const gchar* str)
gchar *last_colon;
g_return_val_if_fail (str, NULL);
/* FIXME: improve this */
last_colon = g_strrstr (str, ":");
if (!last_colon)
return str;