Skip to content

Commit

Permalink
xdg-popups: Use correct destroy event
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed Aug 26, 2024
1 parent bb0abfe commit 1db9aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/xdg-shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class xdg_popup_controller_t
view->destroy();
delete this;
});
on_destroy.connect(&popup->base->events.destroy);
on_destroy.connect(&popup->events.destroy);
view = wayfire_xdg_popup::create(popup);
}

Expand Down

0 comments on commit 1db9aeb

Please sign in to comment.