kramo/hyperplane
Archived
1
8
Fork
You've already forked hyperplane
0

Fix wrong parent type for Open with dialog #5

Merged
rdbende merged 1 commit from open-with-fix into main 2023年12月16日 17:37:56 +01:00
rdbende commented 2023年12月16日 17:34:48 +01:00 (Migrated from github.com)
Copy link

This fixes an issue where the "Open with" dialog was not opening because of wrong parent type passed.

Traceback (most recent call last):File "/app/lib/python3.11/site-packages/hyperplane/items_page.py", line 394, in __open_withparent = XdpGtk4.parent_new_gtk(self)^^^^^^^^^^^^^^^^^^^^^^^^^^^^TypeError: argument window:Expected Gtk.Window, but got hyperplane.items_page.HypItemsPage
This fixes an issue where the "Open with" dialog was not opening because of wrong parent type passed. ```yaml Traceback (most recent call last): File "/app/lib/python3.11/site-packages/hyperplane/items_page.py", line 394, in __open_with parent = XdpGtk4.parent_new_gtk(self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument window: Expected Gtk.Window, but got hyperplane.items_page.HypItemsPage ```
Commenting is not possible because the repository is archived.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kramo/hyperplane!5
Reference in a new issue
kramo/hyperplane
No description provided.
Delete branch "open-with-fix"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?