nautilus r14500 - in branches/gnome-2-22: . libnautilus-private
- From: cneumair svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14500 - in branches/gnome-2-22: . libnautilus-private
- Date: Wed, 20 Aug 2008 14:30:36 +0000 (UTC)
Author: cneumair
Date: Wed Aug 20 14:30:36 2008
New Revision: 14500
URL: http://svn.gnome.org/viewvc/nautilus?rev=14500&view=rev
Log:
2008-08-20 Christian Neumair <cneumair gnome org>
* libnautilus-private/nautilus-search-engine-simple.c
(visit_directory):
Make content type search criterion useful, by fixing typo from GIO
migration. Fixes #548645.
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/libnautilus-private/nautilus-search-engine-simple.c
Modified: branches/gnome-2-22/libnautilus-private/nautilus-search-engine-simple.c
==============================================================================
--- branches/gnome-2-22/libnautilus-private/nautilus-search-engine-simple.c (original)
+++ branches/gnome-2-22/libnautilus-private/nautilus-search-engine-simple.c Wed Aug 20 14:30:36 2008
@@ -256,7 +256,7 @@
hit = FALSE;
for (l = data->mime_types; mime_type != NULL && l != NULL; l = l->next) {
- if (g_content_type_equals (mime_type, l->data) == 0) {
+ if (g_content_type_equals (mime_type, l->data)) {
hit = TRUE;
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]