rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=7c7a500b858c4fdd78180b8d88ec92ada5670df6

commit 7c7a500b858c4fdd78180b8d88ec92ada5670df6
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Oct 8 11:38:44 2015 +0300

    tab_home_common: fix the action popup title
    
    Change-Id: I26ed6eff0f59a464b5b3db2cf3fd1829b76f0b47
---
 src/bin/ui/tab_home_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/tab_home_common.c b/src/bin/ui/tab_home_common.c
index f45c008..a0cf180 100644
--- a/src/bin/ui/tab_home_common.c
+++ b/src/bin/ui/tab_home_common.c
@@ -155,7 +155,7 @@ exist_permission_check(const char *path, const char *name, 
const char *title)
      {
         eina_strbuf_reset(buf_msg);
         eina_strbuf_append_printf(buf_msg, _("Haven't permision to overwrite 
'%s' in '%s'"), name, path);
-        popup_want_action("New project", eina_strbuf_string_get(buf_msg), 
NULL, NULL, BTN_OK, NULL, NULL);
+        popup_want_action(title, eina_strbuf_string_get(buf_msg), NULL, NULL, 
BTN_OK, NULL, NULL);
      }
    ecore_file_recursive_rm(eina_strbuf_string_get(buf));
    eina_strbuf_free(buf_msg);

-- 


Reply via email to