Do not show Switch To Tab N actions in Configure Shortcuts dialog

master
Yevgen Muntyan 2007-03-22 23:09:26 -05:00
parent ed1989d42e
commit 5434f896f7
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ moo_edit_window_class_init (MooEditWindowClass *klass)
G_TYPE_UINT, i - 1,
"accel", accel,
"connect-accel", TRUE,
"visible", FALSE,
"accel-editable", FALSE,
NULL);
g_free (accel);
g_free (action_id);