[Title] The favicon is displayed when cancel edit mode.
authorHyerim Bae <hyerim.bae@samsung.com>
Wed, 29 Aug 2012 05:36:32 +0000 (14:36 +0900)
committerHyerim Bae <hyerim.bae@samsung.com>
Wed, 29 Aug 2012 05:48:00 +0000 (14:48 +0900)
[Issue#] N_SE-7753
[Problem] The favicon is displayed when cancel edit mode.
[Cause] The source code is not syncronized with master branch.
[Solution] Syncronize with master branch.
[Team] Browser UI
[Developer] hyerim.bae
[Request] N/A

Change-Id: I4898e82641fc4858f301e115be2312ebf1d3dc4b

src/browser-view/browser-view.cpp

index 82b9a8f..c42f01b 100755 (executable)
@@ -2991,11 +2991,9 @@ void Browser_View::_set_edit_mode(edit_mode mode)
                                if (m_focused_window->m_favicon)
                                        edje_object_signal_emit(elm_layout_edje_get(m_url_entry_layout),
                                                                                        "show,favicon,signal", "");
-                               _set_secure_icon();
-                       }
-                       if (m_focused_window->m_option_header_favicon) {
-                               edje_object_signal_emit(elm_layout_edje_get(m_option_header_url_entry_layout),
-                                                                               "show,favicon,signal", "");
+                               if (m_focused_window->m_option_header_favicon)
+                                       edje_object_signal_emit(elm_layout_edje_get(m_option_header_url_entry_layout),
+                                                                                       "show,favicon,signal", "");
                                _set_secure_icon();
                        }