Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 109
    • Merge requests 109
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma Workspace
  • Merge requests
  • !816

Change klipper clear dialog to warningContinueCancel - doesn't save if No answered

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bharadwaj Raju requested to merge bharadwaj-raju/plasma-workspace:klipper-clear-dont-save-no into master Apr 26, 2021
  • Overview 11
  • Commits 3
  • Pipelines 0
  • Changes 1

Previously the "clear clipboard history?" dialog used KMessageBox::questionYesNo which if "don't ask again" is ticked then saves the answer even if No was answered. Changes it to KMessageBox::warningContinueCancel which doesn't do that, and is more appropriate for the kind of question we're asking.

BUG: 336053

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: klipper-clear-dont-save-no