Fixed Bug 45643 in bugzilla



Hi all,
While working on the code for Posix ACL support I found this in fm-properties-windows.c :

/* 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 45643 is fixed we can remove this case.
*/

I've commented out the Trash part and found that the bug is no more reproducible, so I guess it was fixed some time on the road map. It should be set to fixed in bugzilla.
Bellow is a patch for Alex (I guess) to commit.

Thanks,

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ionut Cotoi
Junior Developer
ITC Networks Romania
cotty cotty iren ro

Get Firefox!



Index: fm-properties-window.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/fm-properties-window.c,v
retrieving revision 1.203
diff -r1.203 fm-properties-window.c
3150,3159d3149
< 	/* 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;
< 	}
< 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]