Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/data/themes/zero/bits
Modified Files:
arrow-macro.edc button-macro.edc
Log Message:
Avoid a program name collision.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/zero/bits/arrow-macro.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- arrow-macro.edc 11 Sep 2004 02:31:29 -0000 1.2
+++ arrow-macro.edc 8 Oct 2004 15:28:49 -0000 1.3
@@ -42,7 +42,7 @@
#define ARROW_PROG() \
program { \
- name, "clicked"; \
+ name, "arrow_clicked"; \
signal, "mouse,down,*"; \
source, "*"; \
action, STATE_SET "clicked" 0.0; \
@@ -50,7 +50,7 @@
target, "arrow"; \
} \
program { \
- name, "unclick"; \
+ name, "arrow_unclick"; \
signal, "mouse,up,*"; \
source, "*"; \
action, STATE_SET "default" 0.0; \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/zero/bits/button-macro.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- button-macro.edc 11 Sep 2004 02:31:30 -0000 1.2
+++ button-macro.edc 8 Oct 2004 15:28:49 -0000 1.3
@@ -120,7 +120,7 @@
#define BUTTON_PROG() \
program { \
- name, "clicked"; \
+ name, "button_clicked"; \
signal, "mouse,down,*"; \
source, "*"; \
action, STATE_SET "clicked" 0.0; \
@@ -128,7 +128,7 @@
target, "base"; \
} \
program { \
- name, "unclick"; \
+ name, "button_unclick"; \
signal, "mouse,up,*"; \
source, "*"; \
action, STATE_SET "over" 0.0; \
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs