Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm_prop.c 


Log Message:
Pass pointer, not reference to pointer.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_prop.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_fm_prop.c 10 Jan 2007 18:50:52 -0000      1.9
+++ e_fm_prop.c 12 Jan 2007 22:21:04 -0000      1.10
@@ -216,7 +216,7 @@
             if (cfdata->icon)
               cf->icon.icon = evas_stringshare_add(cfdata->icon);
             cf->icon.valid = 1;
-            e_fm2_custom_file_set(buf, &cf);
+            e_fm2_custom_file_set(buf, cf);
          }
        e_fm2_all_icons_update();
      }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to