committed fix for moving composer window up the stack.

svn path=/trunk/; revision=31616
This commit is contained in:
Srinivasa Ragavan
2006-03-01 07:42:39 +00:00
parent faeb1107d2
commit ea0cdbe0b3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2006-02-28 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #332832
* em-composer-utils.c: (em_utils_compose_new_message_with_mailto):
Added code to raise the window when a composer is created due to
mailto: uri
2006-03-01 Andre Klapper <a9016009@gmx.de>
* default/C/Inbox: Update the Welcome mail.

View File

@ -670,6 +670,7 @@ em_utils_compose_new_message_with_mailto (const char *url, const char *fromuri)
e_msg_composer_drop_editor_undo (composer);
gtk_widget_show ((GtkWidget *) composer);
gdk_window_raise (((GtkWidget *) composer)->window);
}
/**