Skip to content

Commit

Permalink
Modify ukui-user-guide to ubuntu-kylin-help
Browse files Browse the repository at this point in the history
  • Loading branch information
qk committed Sep 27, 2018
1 parent 3932469 commit edb2ea4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/file-manager/fm-directory-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ pattern_select_response_cb (GtkWidget *dialog, int response, gpointer user_data)
case GTK_RESPONSE_HELP :
error = NULL;
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
"help:ukui-user-guide/peony-select-pattern",
"help:ubuntu-kylin-help/files",
gtk_get_current_event_time (), &error);
if (error) {
eel_show_error_dialog (_("There was an error displaying help."), error->message,
Expand Down
2 changes: 1 addition & 1 deletion src/file-manager/fm-properties-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -5390,7 +5390,7 @@ real_response (GtkDialog *dialog,
switch (response) {
case GTK_RESPONSE_HELP:
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
"help:ukui-user-guide/gospeony-51",
"help:ubuntu-kylin-help/files",
gtk_get_current_event_time (),
&error);
if (error != NULL) {
Expand Down
2 changes: 1 addition & 1 deletion src/peony-bookmarks-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ peony_bookmarks_window_response_callback (GtkDialog *dialog,
GError *error = NULL;

gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
"help:ukui-user-guide/gospeony-36",
"help:ubuntu-kylin-help/files",
gtk_get_current_event_time (), &error);

if (error)
Expand Down
2 changes: 1 addition & 1 deletion src/peony-connect-server-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ connect_dialog_response_cb (PeonyConnectServerDialog *dialog,
case GTK_RESPONSE_HELP :
error = NULL;
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
"help:ukui-user-guide/peony-server-connect",
"help:ubuntu-kylin-help/files",
gtk_get_current_event_time (), &error);
if (error)
{
Expand Down
2 changes: 1 addition & 1 deletion src/peony-file-management-properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ peony_file_management_properties_dialog_response_cb (GtkDialog *parent,
section = "gospeony-61";
break;
}
preferences_show_help (GTK_WINDOW (parent), "ukui-user-guide", section);
preferences_show_help (GTK_WINDOW (parent), "ubuntu-kylin-help", section);
}
else if (response_id == GTK_RESPONSE_CLOSE)
{
Expand Down
2 changes: 1 addition & 1 deletion src/peony-location-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ response_callback (PeonyLocationDialog *dialog,
case GTK_RESPONSE_HELP :
error = NULL;
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
"help:ukui-user-guide/peony-open-location",
"help:ubuntu-kylin-help/unity-menubar-intro",
gtk_get_current_event_time (), &error);
if (error)
{
Expand Down
2 changes: 1 addition & 1 deletion src/peony-property-browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser)
GtkWidget *dialog;

gtk_show_uri (gtk_widget_get_screen (property_browser),
"help:ukui-user-guide/gospeony-50",
"help:ubuntu-kylin-help/files",
gtk_get_current_event_time (), &error);

if (error)
Expand Down
4 changes: 2 additions & 2 deletions src/peony-window-menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ action_peony_manual_callback (GtkAction *action,

gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (window)),
PEONY_IS_DESKTOP_WINDOW (window)
? "help:ukui-user-guide"
: "help:ukui-user-guide/gospeony-1",
? "help:ubuntu-kylin-help"
: "help:ubuntu-kylin-help/files",
gtk_get_current_event_time (), &error);

if (error)
Expand Down

0 comments on commit edb2ea4

Please sign in to comment.