** Fix for bnc #153807

2008-02-18  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bnc #153807

	* em-composer-utils.c: (em_utils_post_to_folder): Patch from OpenSUSE.



svn path=/trunk/; revision=35033
This commit is contained in:
Srinivasa Ragavan
2008-02-17 20:15:31 +00:00
committed by Srinivasa Ragavan
parent eae43ee6cb
commit b1dbba827a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #153807
* em-composer-utils.c: (em_utils_post_to_folder): Patch from OpenSUSE.
2008-02-16 Aidan Delaney <a.j.delaney@brighton.ac.uk>
** Fix for bug #516234

View File

@ -732,6 +732,7 @@ em_utils_post_to_folder (CamelFolder *folder)
e_msg_composer_drop_editor_undo (composer);
gtk_widget_show ((GtkWidget *) composer);
gdk_window_raise (((GtkWidget *) composer)->window);
}
/**