* cleanup: moved init stuff to modest-init.[ch]
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 21 Apr 2007 08:59:01 +0000 (08:59 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 21 Apr 2007 08:59:01 +0000 (08:59 +0000)
commit98bc76b00da273d0253f82b32ba4384e6b9dd957
tree7878d49bede523aa75e271a42eb41d061c2848c2
parentd46e9d0e18026c1175d24e2e9b80f21edfb23c13
* cleanup: moved init stuff to modest-init.[ch]
* cleanup: removed the tny test account stuff; it's not needed anymore
  as the account setup works
* add some sanity checks to make sure runtime/init/singletons are really only
  started once
* fixed the appname problem: g_set_application_name should be called *after* gtk_init
* made appname platform specific; for product we will call it "Email", otherwise it will be knows as "modest"

pmo-trunk-r1623
12 files changed:
src/Makefile.am
src/gnome/modest-platform.c
src/maemo/modest-main-window.c
src/maemo/modest-platform.c
src/modest-init.c [new file with mode: 0644]
src/modest-init.h [new file with mode: 0644]
src/modest-main.c
src/modest-platform.h
src/modest-runtime-priv.h [new file with mode: 0644]
src/modest-runtime.c
src/modest-runtime.h
src/modest-singletons.c