[Xfce4-commits] [xfce/thunar] 01/01: Fix anchor offset in xfce_dialog_show_help () function.

noreply at xfce.org noreply at xfce.org
Wed Feb 18 14:15:38 CET 2015


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/thunar.

commit 13cbeb761a6578acfcf6d710229fc2c9f075b5a1
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date:   Tue Feb 17 21:10:46 2015 +0000

    Fix anchor offset in xfce_dialog_show_help () function.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 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)
     {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list