Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
prefs.c
Log Message:
More sane default values if you've never run entice before.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/prefs.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- prefs.c 18 Oct 2003 06:59:04 -0000 1.5
+++ prefs.c 18 Oct 2003 18:09:24 -0000 1.6
@@ -142,6 +142,8 @@
memset(result, 0, sizeof(Entice_Config));
snprintf(buf, PATH_MAX, "%s/default.eet", PACKAGE_DATA_DIR);
result->theme = strdup(buf);
+ result->w = 320;
+ result->h = 240;
}
return (result);
}
@@ -232,7 +234,7 @@
if (!e_db_int_get(db, "/entice/w", &econfig->w))
econfig->y = 320;
if (!e_db_int_get(db, "/entice/h", &econfig->h))
- econfig->y = 120;
+ econfig->y = 240;
e_db_close(db);
}
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs