[connections] application: Update help pages name
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections] application: Update help pages name
- Date: Mon, 15 Mar 2021 15:15:10 +0000 (UTC)
commit de721f079c04ff087752cf68743f4b405aad7d94
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Mar 15 15:58:00 2021 +0100
application: Update help pages name
To account for the rename from "connections" to "gnome-connections".
src/application.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/application.vala b/src/application.vala
index eecd4ab..1dd8618 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -55,7 +55,7 @@ namespace Connections {
private void show_help () {
try {
Gtk.show_uri (main_window.get_screen (),
- "help:connections",
+ "help:gnome-connections",
Gtk.get_current_event_time ());
} catch (GLib.Error error) {
warning ("Failed to display help: %s", error.message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]