2007-07-09 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 9 Jul 2007 11:14:59 +0000 (11:14 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 9 Jul 2007 11:14:59 +0000 (11:14 +0000)
commit434f59409e20ea0ae3a828422d1c9cc91fdde8fa
tree6a044949da055835372665f4c3703d568ece9b3a
parent73cad43f81a906f0d597301052e2b1628317a622
2007-07-09  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-maemo-utils.h:
* src/maemo/modest-maemo-utils.c:
Added modest_maemo_show_information_note_and_forget() for use instead of
gtk_dialog_run() when the response is not needed, to avoid an extra
mainloop which could cause a hang.

* src/maemo/modest-main-window.c: (on_sendqueue_error_happened):
Use the logical IDs for the error message, though they are not
specific enough. Note that I used modest_maemo_show_information_note_and_forget()
because gtk_dialog_run() caused a hang here (the window did not close).

pmo-trunk-r2644
ChangeLog2
src/maemo/modest-maemo-utils.c
src/maemo/modest-maemo-utils.h
src/maemo/modest-main-window.c