[Xfce4-commits] <thunar:master> Fix bulk renamer url to the wiki.
Nick Schermer
noreply at xfce.org
Tue Dec 4 18:52:01 CET 2012
Updating branch refs/heads/master
to 7a5fa4824d8f4bc131a0f4026536ba277f6827e1 (commit)
from 4055f4522e33e71e92b78b1b510a5da2024c86e0 (commit)
commit 7a5fa4824d8f4bc131a0f4026536ba277f6827e1
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 4 18:51:02 2012 +0100
Fix bulk renamer url to the wiki.
plugins/thunar-sbr/thunar-sbr-date-renamer.c | 8 ++++----
thunar/thunar-renamer-dialog.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/thunar-sbr/thunar-sbr-date-renamer.c b/plugins/thunar-sbr/thunar-sbr-date-renamer.c
index 6f3afcb..69fe7e8 100644
--- a/plugins/thunar-sbr/thunar-sbr-date-renamer.c
+++ b/plugins/thunar-sbr/thunar-sbr-date-renamer.c
@@ -411,10 +411,10 @@ thunar_sbr_get_time_from_string (const gchar *string)
tm.tm_mon = month - 1;
tm.tm_mday = day;
- /* set the time */
- tm.tm_hour = result >= 4? hour : 0;
- tm.tm_min = result >= 5 ? min : 0;
- tm.tm_sec = result >= 6 ? sec : 0;
+ /* set the time */
+ tm.tm_hour = result >= 4? hour : 0;
+ tm.tm_min = result >= 5 ? min : 0;
+ tm.tm_sec = result >= 6 ? sec : 0;
}
else
{
diff --git a/thunar/thunar-renamer-dialog.c b/thunar/thunar-renamer-dialog.c
index 8611a74..cb1d911 100644
--- a/thunar/thunar-renamer-dialog.c
+++ b/thunar/thunar-renamer-dialog.c
@@ -940,7 +940,7 @@ thunar_renamer_dialog_help (ThunarRenamerDialog *renamer_dialog)
{
/* open the general documentation if no specific URL */
xfce_dialog_show_help (GTK_WINDOW (renamer_dialog), "thunar",
- "advanced-topics", "to-bulk-rename-files");
+ "bulk-renamer/start", NULL);
}
else
{
More information about the Xfce4-commits
mailing list