aboutsummaryrefslogtreecommitdiff
path: root/src/addressitem.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-21 04:26:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-21 04:26:04 +0000
commit21b04171513067f74c99c79ba31eae3535d62fce (patch)
treefcc03c545eb5c251c070ab01f4f7b725d387c37f /src/addressitem.h
parenta88017e7eb983ee18d663c0a6db6e1a1b621f03d (diff)
added close button to the address book. Set the minimum size of the window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1553 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressitem.h')
-rw-r--r--src/addressitem.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/addressitem.h b/src/addressitem.h
index 919bf40e..28a300da 100644
--- a/src/addressitem.h
+++ b/src/addressitem.h
@@ -65,12 +65,13 @@ struct _AddressBook_win
GtkWidget *entry;
GtkWidget *statusbar;
- GtkWidget *del_btn;
- GtkWidget *reg_btn;
- GtkWidget *lup_btn;
GtkWidget *to_btn;
GtkWidget *cc_btn;
GtkWidget *bcc_btn;
+ GtkWidget *del_btn;
+ GtkWidget *reg_btn;
+ GtkWidget *lup_btn;
+ GtkWidget *close_btn;
GtkWidget *tree_popup;
GtkWidget *list_popup;