stefan pushed a commit to branch master.

commit 7645d76d0744847a58259dcd6a94268df3bccf7a
Author: Stefan Schmidt <[email protected]>
Date:   Tue Jun 11 08:48:20 2013 +0100

    elc_fileselector: Small formatting fix.
    
    Spotted by devilhorns. Somehow I feel watched here. ;)
---
 src/lib/elc_fileselector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c
index 863e4e7..a706416 100644
--- a/src/lib/elc_fileselector.c
+++ b/src/lib/elc_fileselector.c
@@ -1254,7 +1254,7 @@ _selected_set(Eo *obj, void *_pd, va_list *list)
              goto clean_up;
           }
 
-        selected= ecore_file_dir_get(path);
+        selected = ecore_file_dir_get(path);
         _populate(obj, selected, NULL);
         eina_stringshare_replace(&sd->selection, path);
         free(selected);

-- 

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

Build for Windows Store.

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

Reply via email to