* make modest_text_utils_get_display_date return a ptr to
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 1 Nov 2007 15:58:51 +0000 (15:58 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 1 Nov 2007 15:58:51 +0000 (15:58 +0000)
commit16d7f8b9f45217e350735e33ee6d0255aa894074
tree8b2903204a2d522dca45242725e72e9bb4304e13
parentb35d93d9bf3b37ce2586f16d6e35cec5250221c3
* make modest_text_utils_get_display_date return a ptr to
  as static gchar[]; the saves us a g_strdup / free for
  each of the display_date (esp. in renderer this counts)

Note: it's *not* re-entrent/thread safe anymore, but that
  should not matter, as we're only using it in the UI

pmo-trunk-r3611
src/maemo/modest-main-window.c
src/maemo/modest-platform.c
src/modest-text-utils.c
src/modest-text-utils.h
src/widgets/modest-account-view.c
src/widgets/modest-header-view-render.c