Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e.h e_apps.c 


Log Message:


printf--

fix config.h thing so e doesnt break :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e.h 15 Sep 2005 01:39:11 -0000      1.29
+++ e.h 15 Sep 2005 03:11:08 -0000      1.30
@@ -4,7 +4,6 @@
 #ifndef E_H
 #define E_H
 
-#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -33,6 +32,10 @@
 #include <Eet.h>
 #include <Edje.h>
 
+#ifdef USE_E_CONFIG_H
+#include "config.h"
+#endif
+
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))
 #else
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_apps.c    14 Sep 2005 06:39:59 -0000      1.65
+++ e_apps.c    15 Sep 2005 03:11:08 -0000      1.66
@@ -1431,7 +1431,6 @@
    E_App_Instance *inst;
    
    ev = event;
-   printf("BD ADD %i\n", ev->border->client.netwm.e_start_launch_id);
    if (ev->border->client.netwm.e_start_launch_id <= 0) return 1;
    for (l = _e_apps_start_pending; l; l = l->next)
      {
@@ -1439,7 +1438,6 @@
        for (ll = a->instances; ll; ll = ll->next)
          {
             inst = ll->data;
-            printf("%i == %i\n", inst->launch_id, 
ev->border->client.netwm.e_start_launch_id);
             if (inst->launch_id == ev->border->client.netwm.e_start_launch_id)
               {
                  if (inst->expire_timer)
@@ -1456,7 +1454,6 @@
    while (removes)
      {
        a = removes->data;
-       printf("APP [%s] popped up!\n", a->exe);
         _e_app_change(a, E_APP_READY);
        _e_apps_start_pending = evas_list_remove(_e_apps_start_pending, a);
        removes = evas_list_remove_list(removes, removes);
@@ -1473,7 +1470,6 @@
    
    inst = data;
    a = inst->app;
-   printf("APP [%s] expired!\n", a->exe);
    _e_apps_start_pending = evas_list_remove(_e_apps_start_pending, a);
    inst->expire_timer = NULL;
    _e_app_change(a, E_APP_READY_EXPIRE);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to