[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

englebass englebass at alioth.debian.org
Sun May 4 21:39:52 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 68b716cb9585e795fb2ad38bf7a15003e8e667bd
Author: englebass <englebass>
Date:   Mon Mar 24 14:27:50 2008 +0000

    formatting

diff --git a/src/bin/e_fm_hal.c b/src/bin/e_fm_hal.c
index a659047..48650a1 100644
--- a/src/bin/e_fm_hal.c
+++ b/src/bin/e_fm_hal.c
@@ -157,11 +157,11 @@ e_fm2_hal_volume_add(E_Volume *v)
 	s->volumes = evas_list_append(s->volumes, v);
      }
 
-   if ((v->storage)
-       && (!v->mount_point 
-	   || (strcmp(v->mount_point, "/") 
-	       && strcmp(v->mount_point, "/home") 
-	       && strcmp(v->mount_point, "/tmp"))))
+   if ((v->storage) &&
+       ((!v->mount_point) ||
+       	(strcmp(v->mount_point, "/") &&
+	 strcmp(v->mount_point, "/home") &&
+	 strcmp(v->mount_point, "/tmp"))))
      {
 	_e_fm2_volume_write(v);
      }

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list