diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell-app-system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell-app-system.c b/src/shell-app-system.c index cc9f8bd7..70bcb862 100644 --- a/src/shell-app-system.c +++ b/src/shell-app-system.c @@ -141,7 +141,7 @@ shell_app_system_lookup_app (ShellAppSystem *self, return NULL; app = _shell_app_new (info); - g_hash_table_insert (priv->id_to_app, (char *) shell_app_get_id (id), app); + g_hash_table_insert (priv->id_to_app, (char *) shell_app_get_id (app), app); return app; } |