=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Ionut Cotoi Junior Developer ITC Networks Romania cotty cotty iren ro |
Index: fm-properties-window.c =================================================================== RCS file: /cvs/gnome/nautilus/src/file-manager/fm-properties-window.c,v retrieving revision 1.203 diff -u -p -r1.203 fm-properties-window.c --- fm-properties-window.c 16 Aug 2004 10:39:02 -0000 1.203 +++ fm-properties-window.c 24 Oct 2004 00:21:50 -0000 @@ -3147,16 +3147,6 @@ append_extension_pages (FMPropertiesWind static gboolean should_show_emblems (FMPropertiesWindow *window) { - /* FIXME bugzilla.gnome.org 45643: - * Emblems aren't displayed on the the desktop Trash icon, so - * we shouldn't pretend that they work by showing them here. - * When bug 5643 is fixed we can remove this case. - */ - if (!is_multi_file_window (window) - && is_merged_trash_directory (get_target_file (window))) { - return FALSE; - } - return TRUE; }