Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_edit.c 


Log Message:
update window title
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_edit.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entrance_edit.c     15 Mar 2004 17:07:46 -0000      1.1
+++ entrance_edit.c     15 Mar 2004 21:56:20 -0000      1.2
@@ -969,7 +969,7 @@
                   return;
                }
 #if DEBUG
-              fprintf(stderr, "Stepping %s:%0.2f:%0.2f\n", src, dx, dy);
+               fprintf(stderr, "Stepping %s:%0.2f:%0.2f\n", src, dx, dy);
 #endif
             }
          }
@@ -1910,7 +1910,7 @@
       e = ecore_evas_software_x11_new(NULL, 0, 0, 0, 320, 240);
 #endif
 
-      ecore_evas_title_set(e, "Ecco - Configuring Entrance");
+      ecore_evas_title_set(e, "Entrance Edit - Configuring Entrance");
       ecore_evas_callback_delete_request_set(e, window_del_cb);
       ecore_evas_callback_resize_set(e, window_resize_cb);
       ecore_evas_callback_post_render_set(e, window_post_render_cb);




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