Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
minor indentation fixes
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- embrace.c   22 Apr 2004 17:14:22 -0000      1.13
+++ embrace.c   22 Apr 2004 17:56:50 -0000      1.14
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.13 2004/04/22 17:14:22 atmosphere Exp $
+ * $Id: embrace.c,v 1.14 2004/04/22 17:56:50 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -258,6 +258,7 @@
 static int load_mailboxes (Embrace *e, E_DB_File *edb)
 {
        MailBox *mailbox;
+       Evas_Object *edje;
        int i, num = 0, val = 0, w = 0, h = 0;
 
        assert (e);
@@ -269,8 +270,8 @@
        for (i = 1; i <= num; i++)
                if ((mailbox = load_mailbox (e, edb, i))) {
                        mailbox_emit_add (mailbox);
-                       esmart_container_element_append (e->gui.container,
-                                                   mailbox_edje_get (mailbox));
+                       edje = mailbox_edje_get (mailbox);
+                       esmart_container_element_append (e->gui.container, edje);
 
                        e->mailboxes = evas_list_append (e->mailboxes, mailbox);
 
@@ -454,7 +455,7 @@
        esmart_container_direction_set (e->gui.container, 1);
        esmart_container_spacing_set (e->gui.container, 0);
        esmart_container_fill_policy_set (e->gui.container,
-                                    CONTAINER_FILL_POLICY_FILL_X);
+                                         CONTAINER_FILL_POLICY_FILL_X);
 
        edje_object_part_swallow (e->gui.edje, "Container",
                                  e->gui.container);
@@ -517,8 +518,9 @@
        evas_object_layer_set (dragger, 9999);
        evas_object_show (dragger);
 
-       esmart_draggies_event_callback_add(dragger, EVAS_CALLBACK_MOUSE_UP,
-                                          on_dragger_mouse_up, e);
+       esmart_draggies_event_callback_add (dragger,
+                                           EVAS_CALLBACK_MOUSE_UP,
+                                           on_dragger_mouse_up, e);
 
        return true;
 }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to