Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop.c 


Log Message:
Formatting.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ecore_desktop.c     23 Sep 2006 08:23:29 -0000      1.41
+++ ecore_desktop.c     23 Sep 2006 08:25:25 -0000      1.42
@@ -721,30 +721,32 @@
 void
 _ecore_desktop_destroy(Ecore_Desktop * desktop)
 {
-   IFFREE(desktop->original_path)
-      IFFREE(desktop->original_lang)
-      IFFREE(desktop->eap_name)
-      IFFREE(desktop->name)
-      IFFREE(desktop->generic)
-      IFFREE(desktop->comment)
-      IFFREE(desktop->type)
-      IFFREE(desktop->exec)
-      IFFREE(desktop->exec_params)
-      IFFREE(desktop->categories)
-      IFFREE(desktop->icon)
-      IFFREE(desktop->icon_theme)
-      IFFREE(desktop->icon_class)
-      IFFREE(desktop->icon_path)
-      IFFREE(desktop->path)
-      IFFREE(desktop->URL)
-      IFFREE(desktop->file)
-      IFFREE(desktop->deletiondate)
-      IFFREE(desktop->window_class)
-      IFFREE(desktop->window_name)
-      IFFREE(desktop->window_title)
-      IFFREE(desktop->window_role)
-      IFFREE(desktop->NotShowIn)
-      IFFREE(desktop->OnlyShowIn) IFFREE(desktop->Categories) if 
(desktop->data)
+   IFFREE(desktop->original_path);
+   IFFREE(desktop->original_lang);
+   IFFREE(desktop->eap_name);
+   IFFREE(desktop->name);
+   IFFREE(desktop->generic);
+   IFFREE(desktop->comment);
+   IFFREE(desktop->type);
+   IFFREE(desktop->exec);
+   IFFREE(desktop->exec_params);
+   IFFREE(desktop->categories);
+   IFFREE(desktop->icon);
+   IFFREE(desktop->icon_theme);
+   IFFREE(desktop->icon_class);
+   IFFREE(desktop->icon_path);
+   IFFREE(desktop->path);
+   IFFREE(desktop->URL);
+   IFFREE(desktop->file);
+   IFFREE(desktop->deletiondate);
+   IFFREE(desktop->window_class);
+   IFFREE(desktop->window_name);
+   IFFREE(desktop->window_title);
+   IFFREE(desktop->window_role);
+   IFFREE(desktop->NotShowIn);
+   IFFREE(desktop->OnlyShowIn);
+   IFFREE(desktop->Categories);
+   if (desktop->data)
      {
        ecore_hash_destroy(desktop->data);
        desktop->data = NULL;



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