From 073f72e4f3827d51331cecf6800ae811b4776a08 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 6 May 2000 21:28:42 +0000 Subject: Turned off focus in the To, Cc, and Bcc buttons. 2000-05-06 Christopher James Lahey * e-msg-composer-hdrs.c: Turned off focus in the To, Cc, and Bcc buttons. svn path=/trunk/; revision=2838 --- composer/e-msg-composer-hdrs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'composer/e-msg-composer-hdrs.c') diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c index fb6d5adf3f..0295426b8a 100644 --- a/composer/e-msg-composer-hdrs.c +++ b/composer/e-msg-composer-hdrs.c @@ -80,6 +80,7 @@ add_header (EMsgComposerHdrs *hdrs, if (addrbook_button) { label = gtk_button_new_with_label (name); + GTK_OBJECT_UNSET_FLAGS(label, GTK_CAN_FOCUS); gtk_signal_connect (GTK_OBJECT (label), "clicked", GTK_SIGNAL_FUNC (address_button_clicked_cb), hdrs); -- cgit