[file-roller] User Docs: Fix broken links in UI. Fixes bug #671695
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] User Docs: Fix broken links in UI. Fixes bug #671695
- Date: Fri, 9 Mar 2012 12:25:23 +0000 (UTC)
commit 2f6bf2e03837d98ccaf51fbedc2823645c7f3624
Author: Andre Klapper <ak-47 gmx net>
Date: Fri Mar 9 13:25:10 2012 +0100
User Docs: Fix broken links in UI. Fixes bug #671695
src/actions.c | 4 ++--
src/dlg-add-files.c | 2 +-
src/dlg-add-folder.c | 2 +-
src/dlg-batch-add.c | 2 +-
src/dlg-extract.c | 2 +-
src/dlg-prop.c | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/actions.c b/src/actions.c
index 564fad8..665005c 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -279,7 +279,7 @@ new_file_response_cb (GtkWidget *w,
}
if (response == GTK_RESPONSE_HELP) {
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-create");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-create");
return;
}
@@ -434,7 +434,7 @@ save_file_response_cb (GtkWidget *w,
}
if (response == GTK_RESPONSE_HELP) {
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-convert-archive");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-convert");
return;
}
diff --git a/src/dlg-add-files.c b/src/dlg-add-files.c
index 0d63087..c762ee0 100644
--- a/src/dlg-add-files.c
+++ b/src/dlg-add-files.c
@@ -80,7 +80,7 @@ file_sel_response_cb (GtkWidget *widget,
}
if (response == GTK_RESPONSE_HELP) {
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-add-options");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-edit");
g_free (current_folder);
return TRUE;
}
diff --git a/src/dlg-add-folder.c b/src/dlg-add-folder.c
index b6c54f8..6388ef5 100644
--- a/src/dlg-add-folder.c
+++ b/src/dlg-add-folder.c
@@ -109,7 +109,7 @@ file_sel_response_cb (GtkWidget *widget,
}
if (response == GTK_RESPONSE_HELP) {
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-add-options");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-edit");
return TRUE;
}
diff --git a/src/dlg-batch-add.c b/src/dlg-batch-add.c
index 2bf7a31..e45abb7 100644
--- a/src/dlg-batch-add.c
+++ b/src/dlg-batch-add.c
@@ -123,7 +123,7 @@ static void
help_clicked_cb (GtkWidget *widget,
DialogData *data)
{
- show_help_dialog (GTK_WINDOW (GET_WIDGET ("dialog")), "file-roller-fmgr-add");
+ show_help_dialog (GTK_WINDOW (GET_WIDGET ("dialog")), "archive-create");
}
diff --git a/src/dlg-extract.c b/src/dlg-extract.c
index 7b1922c..11718c5 100644
--- a/src/dlg-extract.c
+++ b/src/dlg-extract.c
@@ -259,7 +259,7 @@ file_sel_response_cb (GtkWidget *widget,
}
if (response == GTK_RESPONSE_HELP) {
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-extract-options");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-extract");
return TRUE;
}
diff --git a/src/dlg-prop.c b/src/dlg-prop.c
index 452c365..f79e3fd 100644
--- a/src/dlg-prop.c
+++ b/src/dlg-prop.c
@@ -66,7 +66,7 @@ static int
help_cb (GtkWidget *w,
DialogData *data)
{
- show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-view-archive-properties");
+ show_help_dialog (GTK_WINDOW (data->dialog), "archive-properties");
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]