Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
No need to change the icon if we already have a desktop file.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.584
retrieving revision 1.585
diff -u -3 -r1.584 -r1.585
--- e_border.c  6 Apr 2007 11:09:03 -0000       1.584
+++ e_border.c  6 Apr 2007 12:18:38 -0000       1.585
@@ -4291,8 +4291,11 @@
        E_Border *bd;
 
        bd = l->data;
-       bd->changes.icon = 1;
-       bd->changed = 1;
+       if (!bd->desktop)
+         {
+            bd->changes.icon = 1;
+            bd->changed = 1;
+         }
      }
    return 1;
 }



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