aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 00:02:48 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:52 +0100
commitdf41e6968e12f75b514b605968fe3fb9a3c5740e (patch)
tree41b3d7857cee100d978bead071fc7c0f7caf0fb9 /shell/shell.c
parentda0d0d9040b91ecef5985af982d7e77ae435a957 (diff)
ADD Package building for hardinfo2
Diffstat (limited to 'shell/shell.c')
-rw-r--r--shell/shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/shell.c b/shell/shell.c
index dd5faa6c..dfcd430c 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -727,7 +727,7 @@ check_for_updates(void)
{
GKeyFile *key_file = g_key_file_new();
- gchar *conf_path = g_build_filename(g_get_user_config_dir(), "hardinfo",
+ gchar *conf_path = g_build_filename(g_get_user_config_dir(), "hardinfo2",
"settings.ini", NULL);
g_key_file_load_from_file(
@@ -753,7 +753,7 @@ gboolean hardinfo_link(const gchar *uri) {
* jump to different pages in hardinfo.
*
* if (g_str_has_prefix(uri, "hardinfo:")) {
- * hardinfo_navigate(g_utf8_strchr(uri, strlen("hardinfo"), ':') + 1);
+ * hardinfo_navigate(g_utf8_strchr(uri, strlen("hardinfo2"), ':') + 1);
* return TRUE;
* }
*/