Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar/src
Modified Files:
iconbar.c main.c
Log Message:
actually use the config specified time format
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/iconbar.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- iconbar.c 17 Jan 2004 21:49:15 -0000 1.12
+++ iconbar.c 18 Jan 2004 00:43:34 -0000 1.13
@@ -551,7 +551,7 @@
if((ib = (Iconbar*)data))
{
_tm = localtime(&_time);
- strftime(buf, PATH_MAX, "%l:%M %p", _tm);
+ strftime(buf, PATH_MAX, iconbar_config_time_format_get(), _tm);
edje_object_part_text_set(ib->gui, "clock", buf);
return(1);
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- main.c 17 Jan 2004 21:49:15 -0000 1.12
+++ main.c 18 Jan 2004 00:43:34 -0000 1.13
@@ -54,6 +54,7 @@
ecore_evas_shaped_set(ee, iconbar_config_shaped_get());
ecore_evas_withdrawn_set(ee, iconbar_config_withdrawn_get());
ecore_evas_sticky_set(ee, iconbar_config_sticky_get());
+ ecore_evas_avoid_damage_set(ee, 1);
iconbar_config_ecore_evas_set(ee);
#ifdef HAVE_TRANS_BG
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs