[gnome-software/1128-possible-thread-race-condition] Apply 1 suggestion(s) to 1 file(s)
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1128-possible-thread-race-condition] Apply 1 suggestion(s) to 1 file(s)
- Date: Mon, 29 Mar 2021 09:57:57 +0000 (UTC)
commit 8e55508706bba750eb29389e16bc181f3c50aa15
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Mar 29 09:57:56 2021 +0000
Apply 1 suggestion(s) to 1 file(s)
lib/gs-app.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/gs-app.c b/lib/gs-app.c
index ce340a9f0..4609fbb00 100644
--- a/lib/gs-app.c
+++ b/lib/gs-app.c
@@ -2587,7 +2587,7 @@ gs_app_set_launchable (GsApp *app, AsLaunchableKind kind, const gchar *launchabl
if (g_hash_table_lookup_extended (priv->launchables, key, NULL, ¤t_value)) {
if (g_strcmp0 ((const gchar *) current_value, launchable) != 0)
g_debug ("Preventing app '%s' replace of %s's launchable '%s' with '%s'",
- priv->name, key, (const gchar *) current_value, launchable);
+ priv->name, key, (const gchar *) current_value, launchable);
} else {
g_hash_table_insert (priv->launchables,
(gpointer) as_launchable_kind_to_string (kind),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]