blob: ef0d50b3fd9792e69f0cb45136f370f7c0bcf4d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/parse.c.orig Wed Oct 18 14:18:45 2000
+++ src/parse.c Sat Oct 21 18:34:03 2000
@@ -689,6 +689,7 @@
GnomeHistoryEntry recent;
GList *list;
+ return; /* I donno why, but it segfaults in this routine all time */
/**
* Get GNOME's list of the recently used files.
**/
|