summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-06 20:03:45 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-02-06 20:28:35 +0100
commitf83cab01ec1262dd01597e732adc453d9ae30682 (patch)
treee89fcba0e8f1980e174f15f9927235b4e9420f79
parent39c503c108c55cafecb366024bd954bb0eb36a27 (diff)
downloadgtk+-f83cab01ec1262dd01597e732adc453d9ae30682.tar.gz
filechooserportal: Fix an oversight
-rw-r--r--gtk/gtkfilechoosernativeportal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechoosernativeportal.c b/gtk/gtkfilechoosernativeportal.c
index 8c5903ce30..254e62fd95 100644
--- a/gtk/gtkfilechoosernativeportal.c
+++ b/gtk/gtkfilechoosernativeportal.c
@@ -207,7 +207,7 @@ send_close (FilechooserPortalData *data)
message = g_dbus_message_new_method_call (PORTAL_BUS_NAME,
PORTAL_OBJECT_PATH,
- PORTAL_FILECHOOSER_INTERFACE,
+ PORTAL_REQUEST_INTERFACE,
"Close");
g_dbus_message_set_body (message,
g_variant_new ("(o)", data->portal_handle));