[evolution/wip/webkit2] Bug 765950 - Search bar text change should enable Next/Prev buttons
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 765950 - Search bar text change should enable Next/Prev buttons
- Date: Tue, 31 May 2016 12:08:17 +0000 (UTC)
commit 390e2b24b56f804c0c78b9ec04e39f6be4342232
Author: Milan Crha <mcrha redhat com>
Date: Thu May 5 12:30:10 2016 +0200
Bug 765950 - Search bar text change should enable Next/Prev buttons
e-util/e-search-bar.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-search-bar.c b/e-util/e-search-bar.c
index 89a0dba..7f0e214 100644
--- a/e-util/e-search-bar.c
+++ b/e-util/e-search-bar.c
@@ -206,6 +206,9 @@ search_bar_find (ESearchBar *search_bar,
static void
search_bar_changed_cb (ESearchBar *search_bar)
{
+ gtk_widget_set_sensitive (search_bar->priv->next_button, TRUE);
+ gtk_widget_set_sensitive (search_bar->priv->prev_button, TRUE);
+
g_object_notify (G_OBJECT (search_bar), "text");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]