Skip to content
Commit bb8522f6 authored by Farid Boudedja's avatar Farid Boudedja Committed by rk flx
Browse files

Fix share menu not showing the first time it is used

Summary:
When the share menu is clicked for the first time (kipi plugins are not loaded
yet) the share menu doesn't work because updateMenu() clears the menu before any
plugin is available, thus the menu is empty and nothing is shown.

updateMenu() should be called when init() is triggered by loadingFinished() and not
when it's triggered by aboutToShow().

Test Plan:
- Start an new instance of Gwenview
- Click on 'Share'
- The share menu should show the first time without having to click 'Share' a second
time

Reviewers: #gwenview, rkflx

Reviewed By: #gwenview, rkflx

Differential Revision: https://phabricator.kde.org/D13289
parent 3a772173
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment