summaryrefslogtreecommitdiff
path: root/sendto/plugins/caja-burn/caja-burn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/plugins/caja-burn/caja-burn.c')
-rw-r--r--sendto/plugins/caja-burn/caja-burn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sendto/plugins/caja-burn/caja-burn.c b/sendto/plugins/caja-burn/caja-burn.c
index 07d2e41..a135676 100644
--- a/sendto/plugins/caja-burn/caja-burn.c
+++ b/sendto/plugins/caja-burn/caja-burn.c
@@ -157,7 +157,11 @@ gboolean send_files (NstPlugin *plugin,
copy_files_to (file_list, burn);
+#if GTK_CHECK_VERSION (3, 22, 0)
+ gtk_show_uri_on_window (NULL, "burn:///", GDK_CURRENT_TIME, NULL);
+#else
gtk_show_uri (NULL, "burn:///", GDK_CURRENT_TIME, NULL);
+#endif
return TRUE;
}