filechooserportal: Fix an oversight
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Feb 2023 19:03:45 +0000 (20:03 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Feb 2023 19:28:35 +0000 (20:28 +0100)
gtk/gtkfilechoosernativeportal.c

index 8c5903ce306185653f730d9dfbcd8e8f35094438..254e62fd952841ca60edd79a66a42248003453e1 100644 (file)
@@ -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));