summaryrefslogtreecommitdiff
path: root/src/resources/ui
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-08-07 21:17:43 -0700
committerCorey Berla <corey@berla.me>2022-08-08 21:37:53 +0000
commit39066e8a4ea09d0f37a88b5a702c135ef4acde91 (patch)
treee02cc959cf63ba2fdd0dfae381a159ec02fedeff /src/resources/ui
parent68c9710c8475567034c9d7daaffd395ded3df89b (diff)
downloadnautilus-39066e8a4ea09d0f37a88b5a702c135ef4acde91.tar.gz
app-chooser: Connect application-activated signal
The app chooser doesn't work correctly when user the <Enter> key. Connect to the application-activated signal to properly handle this and other situations where it's activated. Related: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2390
Diffstat (limited to 'src/resources/ui')
-rw-r--r--src/resources/ui/nautilus-app-chooser.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-app-chooser.ui b/src/resources/ui/nautilus-app-chooser.ui
index 721006920..5d1b838e5 100644
--- a/src/resources/ui/nautilus-app-chooser.ui
+++ b/src/resources/ui/nautilus-app-chooser.ui
@@ -129,7 +129,7 @@
<property name="label" translatable="yes">_Open</property>
<property name="use-underline">True</property>
<property name="sensitive">False</property>
- <signal name="clicked" object="NautilusAppChooser" handler="open_button_clicked_cb" swapped="no"/>
+ <signal name="clicked" object="NautilusAppChooser" handler="open_cb" swapped="yes"/>
</object>
</child>
<action-widgets>