fix widget name for the keyboard capplet button
2002-08-01 jacob berkman <jacob@ximian.com> * accessibility-keyboard.c (setup_accessX_dialog): fix widget name for the keyboard capplet button * gnome-accessibility-keyboard-properties.c (dialog_response): don't quit when the import accessx button is clicked (#89358)
This commit is contained in:
parent
e012170da4
commit
a3029dc455
3 changed files with 19 additions and 3 deletions
|
@ -444,7 +444,7 @@ setup_accessX_dialog (GConfChangeSet *changeset)
|
|||
g_signal_connect (G_OBJECT (WID ("load_CDE_file")),
|
||||
"clicked",
|
||||
G_CALLBACK (cb_load_CDE_file), toplevel);
|
||||
g_signal_connect (G_OBJECT (WID ("launch_repeat_button")),
|
||||
g_signal_connect (G_OBJECT (WID ("launch_keyboard_capplet")),
|
||||
"clicked",
|
||||
G_CALLBACK (cb_launch_keyboard_capplet), toplevel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue