diff options
author | monsta <[email protected]> | 2018-01-28 22:22:54 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 19:03:01 +0100 |
commit | e9ffceedf277be7813be6fa593ab1b0aa62cf84f (patch) | |
tree | 6626b075d1029bf859a813659e7f8aaeb83b5de9 /sendto/plugins/caja-burn/caja-burn.c | |
parent | ba7f0895c5a509144e02ca9aa383db9fa6fec6c9 (diff) | |
download | caja-extensions-e9ffceedf277be7813be6fa593ab1b0aa62cf84f.tar.bz2 caja-extensions-e9ffceedf277be7813be6fa593ab1b0aa62cf84f.tar.xz |
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'sendto/plugins/caja-burn/caja-burn.c')
-rw-r--r-- | sendto/plugins/caja-burn/caja-burn.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |