Skip to content

eog-sidebar: Replace GtkMenu with GtkPopover

Krifa75 requested to merge Krifa75/eog:popover-sidebar into master

Just a small improvement and make it less complicate.

here is a preview :

popover

However, if I may, I'm wondering why it uses widget_class->destroy instead of the usual dispose, and, if the GtkListStore is really necessary. The index in the menu (whether in the previous GtkMenu or now in the GtkListBox) should be the same as the widget appended in the GtkNotebook, no ? 🤔

Thanks !

Merge request reports