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:
committed by
Jeffrey Stedfast
parent
da17671fae
commit
fd1561b07e
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user