woohyun pushed a commit to branch elementary-1.7.

commit 61df6a6e1cfd19622cbb4ea2c9b4dc6992c13fb6
Author: WooHyun Jung <[email protected]>
Date:   Mon Mar 18 18:52:07 2013 +0900

    elm_win : Focus highlight should be reconfigured when theme is changed.
---
 ChangeLog         | 4 ++++
 NEWS              | 1 +
 src/lib/elm_win.c | 3 ++-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1125826..1c269a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -778,3 +778,7 @@
 2013-03-13  Tae-Hwan Kim (bluezery)
 
         * Fix a memory leak in elm_genlist. Return value of 
elm_genlist_realized_items_get should be freed
+
+2013-03-18  WooHyun Jung
+
+        * Focus highlight should be reconfigured when theme is changed.
diff --git a/NEWS b/NEWS
index 4e24fb8..63bacf9 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@ Fixes:
    * Fix initial value of the spinner on the first mouse move.
    * Entry: Fixed a bug with text appending.
    * List : Focus_next should be executed only when access mode is enabled.
+   * Focus highlight should be reconfigured when theme is changed.
         
 Elementary 1.7.5
 
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 80b2b29..3dea076 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -693,7 +693,8 @@ _elm_win_focus_highlight_reconfigure(Elm_Win_Smart_Data *sd)
                       sd->focus_highlight.prev.visible);
 
    if ((target == previous) && (!visible_changed) &&
-       (!sd->focus_highlight.geometry_changed))
+       (!sd->focus_highlight.geometry_changed) &&
+       (!sd->focus_highlight.changed_theme))
      return;
 
    if ((previous) && (sd->focus_highlight.prev.handled))

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to