mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
If help isn't found, display an error message.
This commit is contained in:
parent
78fa313864
commit
7f6dedc188
@ -61,11 +61,13 @@ cancel_callback ()
|
||||
write_initial_keys ();
|
||||
write_initial_mime ();
|
||||
}
|
||||
|
||||
static void
|
||||
help_callback ()
|
||||
{
|
||||
/* Sigh... empty as always */
|
||||
}
|
||||
|
||||
static void
|
||||
init_mime_capplet ()
|
||||
{
|
||||
@ -106,8 +108,10 @@ init_mime_capplet ()
|
||||
GTK_SIGNAL_FUNC(hide_edit_window), NULL);
|
||||
gtk_signal_connect(GTK_OBJECT(capplet), "page_shown",
|
||||
GTK_SIGNAL_FUNC(show_edit_window), NULL);
|
||||
#if 0
|
||||
gtk_signal_connect(GTK_OBJECT(capplet), "help",
|
||||
GTK_SIGNAL_FUNC(help_callback), NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user