Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:
Change "desklock" menu icon to go with other system menus.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -3 -r1.190 -r1.191
--- e_int_menus.c       3 Jan 2007 06:14:02 -0000       1.190
+++ e_int_menus.c       8 Jan 2007 05:25:07 -0000       1.191
@@ -830,7 +830,7 @@
 
    mi = e_menu_item_new(m);
    e_menu_item_label_set(mi, _("Lock Screen"));
-   e_util_menu_item_edje_icon_set(mi, "enlightenment/desklock");
+   e_util_menu_item_edje_icon_set(mi, "enlightenment/desklock_menu");
    e_menu_item_callback_set(mi, _e_int_menus_main_lock, NULL);
    
    mi = e_menu_item_new(m);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to