[epiphany] ephy-window: correct thinko in action sensitivity handling
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: correct thinko in action sensitivity handling
- Date: Fri, 27 Jan 2012 22:03:45 +0000 (UTC)
commit a7640b9b6db190717ce2c75c603c1c7e86a23a5c
Author: Xan Lopez <xan igalia com>
Date: Fri Jan 27 23:01:59 2012 +0100
ephy-window: correct thinko in action sensitivity handling
src/ephy-window.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 26e7a82..06df2dd 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1582,7 +1582,12 @@ sync_tab_is_blank (EphyWebView *view,
SENS_FLAG_IS_BLANK, is_blank);
action = gtk_action_group_get_action (action_group,
- "EditFind");
+ "EditFindNext");
+ ephy_action_change_sensitivity_flags (action,
+ SENS_FLAG_IS_BLANK, is_blank);
+
+ action = gtk_action_group_get_action (action_group,
+ "EditFindPrev");
ephy_action_change_sensitivity_flags (action,
SENS_FLAG_IS_BLANK, is_blank);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]