Skip to content

Commit

Permalink
Fix typo in variable declaration
Browse files Browse the repository at this point in the history
Fallout from 6147499.

Clearly the wallpaper portal hasn't been built in CI.
  • Loading branch information
ebassi committed Oct 19, 2023
1 parent 6147499 commit f8a5553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallpaper.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ set_wallpaper (WallpaperDialogHandle *handle,
{
g_autoptr(GFile) source = NULL;
g_autoptr(GError) error = NULL;
g_autrofree gchar *path = NULL;
g_autofree gchar *path = NULL;

path = g_build_filename (g_get_user_config_dir (), "background", NULL);
handle->picture_uri = g_filename_to_uri (path, NULL, &error);
Expand Down

0 comments on commit f8a5553

Please sign in to comment.