aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--src/compose.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 38fa0409..287bfa86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-05
+
+ * src/compose.c: fixed '/View/Customize toolbar...' menu.
+
2007-02-02
* src/compose.c
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 2cbd8a56..8939d909 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,7 @@
+2007-02-05
+
+ * src/compose.c: 「/表示/ツールバーをカスタマイズ...」メニューを修正。
+
2007-02-02
* src/compose.c
diff --git a/src/compose.c b/src/compose.c
index 7d43ea10..959c3cb6 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -589,7 +589,7 @@ static GtkItemFactoryEntry compose_entries[] =
{N_("/_View/_Attachment"), NULL, compose_toggle_attach_cb, 0, "<ToggleItem>"},
{N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_View/Cu_stomize toolbar..."),
- NULL, compose_customize_toolbar_cb, 0, "<ToggleItem>"},
+ NULL, compose_customize_toolbar_cb, 0, NULL},
{N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
#define ENC_ACTION(action) \