[gnome-software] trivial: The search results need navigational control
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: The search results need navigational control
- Date: Thu, 9 Jun 2016 09:27:08 +0000 (UTC)
commit 4146a6661096e55e8a97ff582c35d4c67c108b45
Author: Richard Hughes <richard hughsie com>
Date: Thu Jun 9 10:26:21 2016 +0100
trivial: The search results need navigational control
src/gs-shell.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell.c b/src/gs-shell.c
index 17ed6f2..b6c46e4 100644
--- a/src/gs-shell.c
+++ b/src/gs-shell.c
@@ -475,6 +475,7 @@ search_changed_handler (GObject *entry, GsShell *shell)
text = gtk_entry_get_text (GTK_ENTRY (entry));
if (strlen (text) > 2) {
if (gs_shell_get_mode (shell) != GS_SHELL_MODE_SEARCH) {
+ save_back_entry (shell);
gs_shell_change_mode (shell, GS_SHELL_MODE_SEARCH, text, TRUE);
} else {
gs_shell_search_set_text (priv->shell_search, text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]