discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=de033314693dd93b634cc1fc8e81d35a4e4996b3

commit de033314693dd93b634cc1fc8e81d35a4e4996b3
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Mar 13 12:00:17 2014 -0400

    fix indent for iconic hint setting
    
    seriously?
    
    CID 1156985
---
 src/bin/e_hints.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c
index 419121c..3f7c5e9 100644
--- a/src/bin/e_hints.c
+++ b/src/bin/e_hints.c
@@ -1235,7 +1235,7 @@ e_hints_window_iconic_set(E_Client *ec)
    if (!e_pixmap_is_x(ec->pixmap)) return;
    if (ec->icccm.state != ECORE_X_WINDOW_STATE_HINT_ICONIC)
      ec->icccm.state = ECORE_X_WINDOW_STATE_HINT_ICONIC;
-     ecore_x_icccm_state_set(e_client_util_win_get(ec), 
ECORE_X_WINDOW_STATE_HINT_ICONIC);
+   ecore_x_icccm_state_set(e_client_util_win_get(ec), 
ECORE_X_WINDOW_STATE_HINT_ICONIC);
    if (!ec->netwm.state.hidden)
      {
         ec->netwm.update.state = 1;

-- 


Reply via email to