Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_fm_hal.c e_slidesel.c
Log Message:
add pkgconfig supprot to e17 itself.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_hal.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_fm_hal.c 24 Mar 2008 14:27:50 -0000 1.6
+++ e_fm_hal.c 28 Mar 2008 20:53:26 -0000 1.7
@@ -130,6 +130,7 @@
if ((!v->mount_point) || (v->mount_point[0] == 0))
{
if (v->mount_point) free(v->mount_point);
+ v->mount_point = NULL;
v->mount_point = e_fm2_hal_volume_mountpoint_get(v);
if ((!v->mount_point) || (v->mount_point[0] == 0))
{
@@ -137,6 +138,7 @@
char *id;
if (v->mount_point) free(v->mount_point);
+ v->mount_point = NULL;
id = "disk";
if ((v->uuid) && (v->uuid[0])) id = v->uuid;
if (ecore_file_is_dir("/media"))
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_slidesel.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_slidesel.c 26 Feb 2008 09:47:50 -0000 1.4
+++ e_slidesel.c 28 Mar 2008 20:53:26 -0000 1.5
@@ -155,7 +155,7 @@
if (sd->cur)
{
/* get rid of accidental release and presses */
- if ((t - sd->down_time) > 0.2)
+// if ((t - sd->down_time) > 0.2)
{
edje_object_signal_emit(sd->edje_obj,
"e,action,select", "e");
if (sd->cur->func) sd->cur->func(sd->cur->data);
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs