hermet pushed a commit to branch master.

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

commit 1b76667733850a07d996af3efa3a49849cf4e2bf
Author: kabeer khan <[email protected]>
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 <[email protected]>
    
    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 <[email protected]>
 Jaehyun Cho <[email protected]>
 Mykyta Biliavskyi <[email protected]>
 Alex-P. Natsios <[email protected]>
+Kabeer Khan <[email protected]>
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 <[email protected]>
 Jihoon Kim <[email protected]>
 The Rasterman (Carsten Haitzler) <[email protected]>
 Jaehyun Cho <[email protected]>
+Kabeer Khan <[email protected]>
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