From 2b5dce7f8e47bb7b0db817c528c28460e7ef05ec Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Sun, 13 May 2001 23:23:18 +0000 Subject: Updates the subject on refresh and sets subject to "Untitled Message" if 2001-05-13 Duncan Mak * mail-search.c (begin_cb): Updates the subject on refresh and sets subject to "Untitled Message" if subject is NULL. (mail_search_construct): Moved msg_subject to its own GtkLabel, sets subject to "Untitled Message" if subject is NULL. Give focus to entry by default. Made in entry run dialog_clicked_cb by setting gnome_dialog_editable_enters. svn path=/trunk/; revision=9786 --- mail/mail-search.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-search.h') diff --git a/mail/mail-search.h b/mail/mail-search.h index b5892b18b4..092366e8a2 100644 --- a/mail/mail-search.h +++ b/mail/mail-search.h @@ -51,6 +51,7 @@ struct _MailSearch { MailDisplay *mail; GtkWidget *entry; + GtkWidget *msg_label; GtkWidget *count_label; gboolean search_forward, case_sensitive; -- cgit v1.2.3