diff --git a/app/commands.c b/app/commands.c index a5ad14f..02455c5 100644 --- a/app/commands.c +++ b/app/commands.c @@ -937,9 +937,9 @@ help_manual_callback (GtkAction *action) ddisp = ddisplay_active(); screen = ddisp ? gtk_widget_get_screen (GTK_WIDGET(ddisp->shell)) : gdk_screen_get_default (); - if (gtk_show_uri(screen, "ghelp:dia", gtk_get_current_event_time (), NULL)) { - return; - } + // if (gtk_show_uri(screen, "ghelp:dia", gtk_get_current_event_time (), NULL)) { + // return; + // } helpdir = dia_get_data_directory("help"); if (!helpdir) {