diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-02-05 01:35:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-02-05 01:35:18 +0000 |
commit | 8aad93fdabaa410cdda2e3415ec62aa60756ce33 (patch) | |
tree | e0d01bc3f72451ee34149f033ba8bd372f6ab2a9 /src | |
parent | 2196fd8bd137704f2642e06ab652aee29f3a0a5c (diff) |
fixed '/View/Customize toolbar...' menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1528 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/compose.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |