Enlightenment CVS committal Author : manowarrior Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_dpms.c Log Message: Make the Power Management dialog to use it's own icon. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_dpms.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_int_config_dpms.c 31 Mar 2007 21:24:58 -0000 1.9 +++ e_int_config_dpms.c 14 Apr 2007 18:43:49 -0000 1.10 @@ -56,7 +56,7 @@ e_dialog_title_set(dpms_dialog, _("Display Power Management Signaling")); e_dialog_text_set(dpms_dialog, _("The current display server is not <br>" "DPMS capable.")); - e_dialog_icon_set(dpms_dialog, "enlightenment/dpms", 64); + e_dialog_icon_set(dpms_dialog, "enlightenment/power_management", 64); e_dialog_button_add(dpms_dialog, _("OK"), NULL, _cb_dpms_dialog_ok, NULL); e_dialog_button_focus_num(dpms_dialog, 1); e_win_centered_set(dpms_dialog->win, 1); @@ -77,7 +77,7 @@ e_dialog_title_set(dpms_dialog, _("Display Power Management Signaling")); e_dialog_text_set(dpms_dialog, _("The current display server does not <br>" "have the DPMS extension.")); - e_dialog_icon_set(dpms_dialog, "enlightenment/dpms", 64); + e_dialog_icon_set(dpms_dialog, "enlightenment/power_management", 64); e_dialog_button_add(dpms_dialog, _("OK"), NULL, _cb_dpms_dialog_ok, NULL); e_dialog_button_focus_num(dpms_dialog, 1); e_win_centered_set(dpms_dialog->win, 1); @@ -105,7 +105,7 @@ v->override_auto_apply = 1; cfd = e_config_dialog_new(con, _("Display Power Management Settings"), "E", - "_config_dpms_dialog", "enlightenment/dpms", + "_config_dpms_dialog", "enlightenment/power_management", 0, v, NULL); return cfd; } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs