projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c503c
)
filechooserportal: Fix an oversight
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Feb 2023 19:03:45 +0000
(20:03 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Feb 2023 19:28:35 +0000
(20:28 +0100)
gtk/gtkfilechoosernativeportal.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechoosernativeportal.c
b/gtk/gtkfilechoosernativeportal.c
index 8c5903ce306185653f730d9dfbcd8e8f35094438..254e62fd952841ca60edd79a66a42248003453e1 100644
(file)
--- 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));