Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Oct 15, 2024
1 parent 3f0bfa0 commit 6bc98c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Form.vala
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public class Views.Form : Adw.Bin {
// Set Po files
string po_extra_window_file = GLib.Path.build_filename (project_folder, "po", "extra", "POTFILES");
set_file_content (po_extra_window_file, "{{PROJECT_NAME}}", project_name);

created (project_name_entry.text, location_entry.text);
}

Expand Down

0 comments on commit 6bc98c7

Please sign in to comment.