From e9ffceedf277be7813be6fa593ab1b0aa62cf84f Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 28 Jan 2018 22:22:54 +0300 Subject: require GTK+ 3.22 and GLib 2.50 --- sendto/plugins/caja-burn/caja-burn.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sendto/plugins') diff --git a/sendto/plugins/caja-burn/caja-burn.c b/sendto/plugins/caja-burn/caja-burn.c index a135676..50dda08 100644 --- a/sendto/plugins/caja-burn/caja-burn.c +++ b/sendto/plugins/caja-burn/caja-burn.c @@ -157,11 +157,7 @@ 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; } -- cgit v1.2.1