Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/cpufreq


Modified Files:
        e_mod_main.c 


Log Message:


you're all goign to kill me :) but here goes - i broke the dialog and config
dialog api's - added name and class params so u can set the name and class -
so users can later use things like rememebr to rememebr where a dialog will
go for usability and convenience.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_mod_main.c        9 Aug 2006 06:38:34 -0000       1.46
+++ e_mod_main.c        14 Aug 2006 15:22:45 -0000      1.47
@@ -322,7 +322,7 @@
      {
        E_Dialog *dia;
 
-       dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
+       dia = e_dialog_new(e_container_current_get(e_manager_current_get()), 
"E", "_e_mod_cpufreq_error_setfreq");
        if (!dia) return;
        e_dialog_title_set(dia, "Enlightenment Cpufreq Module");
        e_dialog_icon_set(dia, "enlightenment/e", 64);
@@ -348,7 +348,7 @@
      {
        E_Dialog *dia;
 
-       dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
+       dia = e_dialog_new(e_container_current_get(e_manager_current_get()), 
"E", "_e_mod_cpufreq_error_setfreq");
        if (!dia) return;
        e_dialog_title_set(dia, "Enlightenment Cpufreq Module");
        e_dialog_icon_set(dia, "enlightenment/e", 64);
@@ -368,7 +368,7 @@
      {
        E_Dialog *dia;
 
-       dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
+       dia = e_dialog_new(e_container_current_get(e_manager_current_get()), 
"E", "_e_mod_cpufreq_error_setfreq");
        if (!dia) return;
        e_dialog_title_set(dia, "Enlightenment Cpufreq Module");
        e_dialog_icon_set(dia, "enlightenment/e", 64);



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