Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash caused by two objects having the same ID (#285)
The main_window.ui file lists two objects with the same ID, preventing the app from starting with: (io.github.lainsce.Notejot:644523): Gtk-CRITICAL **: 15:15:03.493: Error building template class 'NotejotMainWindow' for an instance of type 'NotejotMainWindow': .:0:0 Duplicate object ID 'placeholder' (previously on line 0) None of these objects is referenced in the MainWindow.vala file, therefore dropping the IDs entirely fixes the issue. This was initially reported at https://bugzilla.redhat.com/2002210
- Loading branch information