Re: Patch that eliminates some unnecessary book searches
- From: Mikael Hallendal <micke imendio com>
- To: Russell Shaw <rjshaw netspace net au>
- Cc: gnome-devtools gnome org
- Subject: Re: Patch that eliminates some unnecessary book searches
- Date: Fri, 02 Jul 2004 13:36:59 +0200
Russell Shaw wrote:
Hi,
You don't have to add this to the bugzilla, I'll commit it right away.
Thanks,
Mikael Hallendal
diff -ru devhelp/src/dh-base.c devhelp-new/src/dh-base.c
--- devhelp/src/dh-base.c Tue Jun 22 17:51:48 2004
+++ devhelp-new/src/dh-base.c Tue Jun 22 17:40:04 2004
@@ -269,6 +269,11 @@
gnome_vfs_file_info_unref (info);
continue;
}
+
+ if(strcmp(info->name,".") == 0)
+ continue;
+ if(strcmp(info->name,"..") == 0)
+ continue;
book_path = g_strdup_printf ("%s/%s/%s.devhelp",
directory,
_______________________________________________
gnome-devtools mailing list
gnome-devtools gnome org
http://mail.gnome.org/mailman/listinfo/gnome-devtools
--
Imendio HB, http://www.imendio.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]