Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        background.c 


Log Message:
Use the proper libentrance_edit key for setting the background value. 
Previously, it was still setting the theme instead :)

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/background.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- background.c        13 Aug 2006 17:00:15 -0000      1.3
+++ background.c        13 Aug 2006 19:58:45 -0000      1.4
@@ -119,7 +119,7 @@
                return;
        }
 
-       entrance_edit_string_set(ENTRANCE_EDIT_KEY_CLIENT_THEME_STR, 
background);
+       entrance_edit_string_set(ENTRANCE_EDIT_KEY_CLIENT_BACKGROUND_STR, 
background);
        if(!entrance_edit_save())
        {
                printf("Error setting background - %s. Please check your 
permissions\n", background);



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