Oops. Make sure to attach the item to the menu ;-)

2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-hdrs.c (create_optionmenu): Oops. Make sure to
	attach the item to the menu ;-)

svn path=/trunk/; revision=7463
This commit is contained in:
Jeffrey Stedfast
2001-01-12 22:09:57 +00:00
committed by Jeffrey Stedfast
parent da17671fae
commit fd1561b07e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-hdrs.c (create_optionmenu): Oops. Make sure to
attach the item to the menu ;-)
2001-01-12 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (build_message): Call set_from_account which

View File

@ -173,6 +173,7 @@ create_optionmenu (EMsgComposerHdrs *hdrs,
/* this is so we can later set which one we want */
hdrs->priv->from_options = g_slist_append (hdrs->priv->from_options, item);
gtk_menu_append (GTK_MENU (menu), item);
gtk_widget_show (item);
accounts = accounts->next;