billiob pushed a commit to branch master.

commit 84ecbd67b19a4e9560e0c20df7440d41d7990cc5
Author: Boris Faure <[email protected]>
Date:   Mon Jun 17 10:08:54 2013 +0200

    dbus: also send events about links to files
---
 src/bin/termio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index aff56c9..3b4c985 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -530,7 +530,7 @@ _smart_mouseover_apply(Evas_Object *obj)
      {
         if (sd->link.string)
           {
-             if (link_is_url(sd->link.string))
+             if ((sd->link.string[0] == '/') || (link_is_url(sd->link.string)))
                {
                   Evas_Coord ox, oy;
                   int x, y;
@@ -558,7 +558,7 @@ _smart_mouseover_apply(Evas_Object *obj)
    if (sd->link.string) free(sd->link.string);
    sd->link.string = s;
 
-   if ((!same_link) && (link_is_url(s)))
+   if ((!same_link) && ((s[0] == '/') || (link_is_url(s))))
      {
         Evas_Coord ox, oy;
         int x, y;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to