Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage/src
Modified Files:
config.c
Log Message:
shh cvs
also, use theme type for ecore_config - not so pretty as equate, but shows potential
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- config.c 28 Apr 2004 08:33:36 -0000 1.9
+++ config.c 2 May 2004 22:02:25 -0000 1.10
@@ -11,7 +11,8 @@
{
ecore_config_default_int("engage.options.width", 1024);
ecore_config_default_int("engage.options.height", 100);
- ecore_config_default_string("engage.options.theme", "gentoo");
+ ecore_config_default_theme("engage.options.theme", "gentoo");
+// ecore_config_set_theme_preview_group("engage.options.theme", "Terminal");
ecore_config_default_string("engage.options.engine", "software");
options.icon_path = PACKAGE_DATA_DIR "/icons/";
ecore_config_default_int_bound("engage.options.mode", OM_BELOW, 0, 1, 1);
@@ -36,7 +37,7 @@
options.width = ecore_config_get_int("engage.options.width");
options.height = ecore_config_get_int("engage.options.height");
options.engine = ecore_config_get_string("engage.options.engine");
- options.theme = ecore_config_get_string("engage.options.theme");
+ options.theme = ecore_config_get_theme("engage.options.theme");
options.mode = ecore_config_get_int("engage.options.mode");
options.grab_min_icons =
ecore_config_get_int("engage.options.grab_min_icons");
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs