diff options
Diffstat (limited to 'mail/subscribe-dialog.h')
-rw-r--r-- | mail/subscribe-dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 4950428d8b..4e1c5a2b49 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -61,6 +61,9 @@ struct _SubscribeDialog { CamelFolderInfo *folder_info; GList *store_list; + + GtkWidget *search_entry; + char *search_top; }; |