Remove a warning

svn path=/trunk/; revision=7203
This commit is contained in:
Matthias Clasen 2008-07-18 18:22:48 +00:00
parent e417f54c28
commit f27ab8977b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-07-18 Matthias Clasen <mclasen@redhat.com>
Bug 543560 enable gio-FEN back-end warnings on Solaris will crash
any applications
* fen/fen-kernel.c: Remove a warning that was causing
crashes. Reported by Lin Ma.
2008-07-18 Matthias Clasen <mclasen@redhat.com>
Bug 543040 async reading on dummy file will crash on

View File

@ -134,7 +134,6 @@ port_add_kevent (int e, gpointer f)
GTimeVal t;
gboolean has_twin = FALSE;
FK_W("%s\n", printevent(F_NAME(f), e, "org"));
/*
* Child FILE_DELETE | FILE_RENAME_FROM will trigger parent FILE_MODIFIED.
* FILE_MODIFIED will trigger FILE_ATTRIB.