You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
385 B
14 lines
385 B
20 years ago
|
--- gnome-vfs-2.0.1/modules/vfolder-desktop-method.c.only-show-in Tue Jul 16 20:11:46 2002
|
||
|
+++ gnome-vfs-2.0.1/modules/vfolder-desktop-method.c Tue Jul 16 20:12:21 2002
|
||
|
@@ -2466,8 +2466,8 @@
|
||
|
|
||
|
*result = g_strdup (p);
|
||
|
|
||
|
- if (*result1 == NULL ||
|
||
|
- (result2 != NULL && *result2 == NULL))
|
||
|
+ if (*result1 != NULL &&
|
||
|
+ (result2 == NULL || *result2 != NULL))
|
||
|
break;
|
||
|
}
|
||
|
|