From 9e2d256a6f214f7230f8575f8a61570592d35428 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 12 Oct 2021 23:21:56 +0200 Subject: [PATCH 1/2] Fix bookmark menu actions missing after switching tabs BUGS: 442668 --- part/part.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/part/part.cpp b/part/part.cpp index 3cb0b52dd..f5d40111c 100644 --- a/part/part.cpp +++ b/part/part.cpp @@ -1907,6 +1907,7 @@ void Part::guiActivateEvent(KParts::GUIActivateEvent *event) if (event->activated()) { m_pageView->setupActionsPostGUIActivated(); + rebuildBookmarkMenu(); } } From f9ca87c8a15897b40a5c33821e96a1e5343cc00a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 13 Oct 2021 00:23:49 +0200 Subject: [PATCH 2/2] CI: add the deb-src of testing since we're based on testing not unstable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73e8f0dc1..21d5d32fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ build_clazy_clang_tidy: only: - merge_requests before_script: - - echo 'deb-src http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list + - echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list - apt-get update - apt-get install --yes eatmydata - eatmydata apt-get build-dep --yes --no-install-recommends okular