Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_border_menu.c 


Log Message:
Save image as png

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_menu.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_int_border_menu.c 19 Jul 2006 13:27:04 -0000      1.32
+++ e_int_border_menu.c 19 Jul 2006 14:15:21 -0000      1.33
@@ -567,7 +567,7 @@
                  tmp = getenv("TMPDIR");
                  if (!tmp) tmp = getenv("TMP");
                  if (!tmp) tmp = "/tmp";
-                 snprintf(path, sizeof(path), "%s/%s-%.6f.jpg", tmp, bname, 
ecore_time_get());
+                 snprintf(path, sizeof(path), "%s/%s-%.6f.png", tmp, bname, 
ecore_time_get());
                  if (e_util_icon_save(&(bd->client.netwm.icons[0]), path))
                    {
                       a->image = evas_stringshare_add(path);



-------------------------------------------------------------------------
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