Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_sys.c 


Log Message:


icons for most sys ops - not great, but something.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_sys.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_sys.c     10 Sep 2006 04:51:07 -0000      1.3
+++ e_sys.c     10 Sep 2006 09:15:54 -0000      1.4
@@ -471,7 +471,7 @@
                                            _("Shutting down your Computer.<br>"
                                              "<hilight>Please 
wait.</hilight>"));
             e_obj_dialog_show(od);
-            e_obj_dialog_icon_set(od, "enlightenment/logout");
+            e_obj_dialog_icon_set(od, "enlightenment/halt");
             if (_e_sys_dialog) e_object_del(E_OBJECT(_e_sys_dialog));
             _e_sys_dialog = od;
             /* FIXME: display halt status */
@@ -497,7 +497,7 @@
                                            _("Rebooting your Computer.<br>"
                                              "<hilight>Please 
wait.</hilight>"));
             e_obj_dialog_show(od);
-            e_obj_dialog_icon_set(od, "enlightenment/logout");
+            e_obj_dialog_icon_set(od, "enlightenment/reboot");
             if (_e_sys_dialog) e_object_del(E_OBJECT(_e_sys_dialog));
             _e_sys_dialog = od;
             /* FIXME: display reboot status */
@@ -522,7 +522,7 @@
                                            _("Suspending your Computer.<br>"
                                              "<hilight>Please 
wait.</hilight>"));
             e_obj_dialog_show(od);
-            e_obj_dialog_icon_set(od, "enlightenment/logout");
+            e_obj_dialog_icon_set(od, "enlightenment/suspend");
             if (_e_sys_dialog) e_object_del(E_OBJECT(_e_sys_dialog));
             _e_sys_dialog = od;
             /* FIXME: display suspend status */
@@ -547,7 +547,7 @@
                                            _("Hibernating your Computer.<br>"
                                              "<hilight>Please 
wait.</hilight>"));
             e_obj_dialog_show(od);
-            e_obj_dialog_icon_set(od, "enlightenment/logout");
+            e_obj_dialog_icon_set(od, "enlightenment/hibernate");
             if (_e_sys_dialog) e_object_del(E_OBJECT(_e_sys_dialog));
             _e_sys_dialog = od;
             /* FIXME: display hibernate status */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to