aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-01 07:20:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-01 07:20:16 +0000
commitd306cc4d757e56fa4874d10038de5dbb9d47eae5 (patch)
tree6835caa36496317917e2def49d93ba4f4528b03e /src/mainwindow.h
parent44882e47d73041f993c3e97bfcf11fe46af5d6f9 (diff)
disable Send button if no account exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@954 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e125b963..376d28d2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -77,19 +77,17 @@ struct _MainWindow
GtkWidget *toolbar;
GtkWidget *get_btn;
GtkWidget *getall_btn;
+ GtkWidget *send_btn;
GtkWidget *compose_btn;
GtkWidget *reply_btn;
ComboButton *reply_combo;
GtkWidget *replyall_btn;
GtkWidget *fwd_btn;
ComboButton *fwd_combo;
- GtkWidget *send_btn;
- GtkWidget *prefs_btn;
- GtkWidget *account_btn;
- GtkWidget *next_btn;
GtkWidget *delete_btn;
GtkWidget *junk_btn;
GtkWidget *exec_btn;
+ GtkWidget *next_btn;
/* body */
GtkWidget *vbox_body;