Ubuntu Pastebin

Paste from bluesabre at Sat, 26 Sep 2015 21:20:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
--- a/thunarx/thunarx-file-info.h
+++ b/thunarx/thunarx-file-info.h
@@ -33,7 +33,7 @@
 G_BEGIN_DECLS;
 
 /**
- * File information namespaces available in the #GFileInfo returned by 
+ * File information namespaces available in the #GFileInfo returned by
  * thunarx_file_info_get_file_info().
  **/
 #define THUNARX_FILE_INFO_NAMESPACE \
@@ -46,6 +46,8 @@
   "standard::size,standard::symlink-target," \
   "time::*," \
   "trash::*," \
+  G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "," \
+  G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "," \
   "unix::gid,unix::uid,unix::mode," \
   "metadata::emblems"
 
Download as text