hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=1b76667733850a07d996af3efa3a49849cf4e2bf

commit 1b76667733850a07d996af3efa3a49849cf4e2bf
Author: kabeer khan <kabeer.k...@samsung.com>
Date:   Tue Sep 30 11:07:57 2014 +0900

    Main : Corrected typo, replaced h with H
    
    Summary:
    Corrected typo in main.c replaced h with H to ensure highlighting with H
    
    Signed-off-by: kabeer khan <kabeer.k...@samsung.com>
    
    Reviewers: Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D1488
---
 AUTHORS          | 1 +
 data/about/ABOUT | 1 +
 src/bin/main.c   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 3a67762..7624129 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,3 +9,4 @@ Kateryna Fesyna <k.fes...@samsung.com>
 Jaehyun Cho <jae_hyun_...@naver.com>
 Mykyta Biliavskyi <m.biliavs...@samsung.com>
 Alex-P. Natsios <drak...@linuxteam.teilar.gr>
+Kabeer Khan <kabeer.k...@samsung.com>
diff --git a/data/about/ABOUT b/data/about/ABOUT
index d1197b4..fe13398 100644
--- a/data/about/ABOUT
+++ b/data/about/ABOUT
@@ -75,3 +75,4 @@ Daniel Juyung Seo <seojuyu...@gmail.com>
 Jihoon Kim <jihoon48....@samsung.com>
 The Rasterman (Carsten Haitzler) <ras...@rasterman.com>
 Jaehyun Cho <jae_hyun_...@naver.com>
+Kabeer Khan <kabeer.k...@samsung.com>
diff --git a/src/bin/main.c b/src/bin/main.c
index 35f4c7d..2f71ffd 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -140,7 +140,7 @@ ctrl_func(app_data *ad, const char *key)
         return ECORE_CALLBACK_DONE;
      }
    //Part Highlight
-   if (!strcmp(key, "h") || !strcmp(key, "h"))
+   if (!strcmp(key, "h") || !strcmp(key, "H"))
      {
        config_part_highlight_set(!config_part_highlight_get());
        edit_part_highlight_toggle(ad->ed, EINA_TRUE);

-- 


Reply via email to