Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,475
    • Issues 1,475
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 246
    • Merge requests 246
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Merge requests
  • !4648

filechooserwidget: Accept entered path in SELECT_FOLDER mode

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open António Fernandes requested to merge 4854-copy-to-with-manual-location-entry-using-ctrl-l-impossible-on-nightly into main Apr 18, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

In GTK 3 there was a bug causing the location entry to be cleared when changed, as explained in the commit message of c99935a5

But not reacting at all to changes in the entry, means that the default action button in GtkFileChooserDialog doesn't become sensitive when a valid folder path is entered.

This can be resolved by removing the condition introduced by the commit mentioned earlier, and doing so doesn't reintroduce the bug that the condition used to avoid.

Fixes #4854

Closes #4854

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 4854-copy-to-with-manual-location-entry-using-ctrl-l-impossible-on-nightly