diff options
author | Duncan Mak <duncan@ximian.com> | 2001-05-14 07:23:18 +0800 |
---|---|---|
committer | Duncan Mak <duncan@src.gnome.org> | 2001-05-14 07:23:18 +0800 |
commit | 2b5dce7f8e47bb7b0db817c528c28460e7ef05ec (patch) | |
tree | 38470bd45b57d61880e760bb3065f7b4df09e33a /mail/mail-search.h | |
parent | 7a8894af6017020cf3217a16fe1d8b720e81c1e5 (diff) | |
download | gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.gz gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.tar.zst gsoc2013-evolution-2b5dce7f8e47bb7b0db817c528c28460e7ef05ec.zip |
Updates the subject on refresh and sets subject to "Untitled Message" if
2001-05-13 Duncan Mak <duncan@ximian.com>
* 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 <enter> in entry run
dialog_clicked_cb by setting gnome_dialog_editable_enters.
svn path=/trunk/; revision=9786
Diffstat (limited to 'mail/mail-search.h')
-rw-r--r-- | mail/mail-search.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |