From 2313a86e76600cf05c69c94f039484ffbe1e6925 Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Tue, 17 Feb 2015 21:10:46 +0000 Subject: [PATCH] Fix anchor offset in xfce_dialog_show_help () function. --- thunar/thunar-column-editor.c | 2 +- thunar/thunar-properties-dialog.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thunar/thunar-column-editor.c b/thunar/thunar-column-editor.c index 205055f..6c58532 100644 --- a/thunar/thunar-column-editor.c +++ b/thunar/thunar-column-editor.c @@ -306,7 +306,7 @@ thunar_column_editor_help_clicked (GtkWidget *button, xfce_dialog_show_help (GTK_WINDOW (gtk_widget_get_toplevel (button)), "thunar", "the-file-manager-window", - "visible-columns-in-the-detailed-list-view"); + "customizing_the_appearance"); } diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c index caf2dbc..b07296e 100644 --- a/thunar/thunar-properties-dialog.c +++ b/thunar/thunar-properties-dialog.c @@ -647,7 +647,7 @@ thunar_properties_dialog_response (GtkDialog *dialog, { xfce_dialog_show_help (GTK_WINDOW (dialog), "thunar", "working-with-files-and-folders", - "file-properties"); + "file_properties"); } else if (GTK_DIALOG_CLASS (thunar_properties_dialog_parent_class)->response != NULL) { -- 2.3.0