[totem] grilo: Reset the search string when turning off search mode
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Reset the search string when turning off search mode
- Date: Tue, 14 Jan 2014 19:28:32 +0000 (UTC)
commit 6de709839ac79b5851ccabc14b33fe8e91e21ed9
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 14 20:27:49 2014 +0100
grilo: Reset the search string when turning off search mode
src/plugins/grilo/totem-main-toolbar.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/grilo/totem-main-toolbar.c b/src/plugins/grilo/totem-main-toolbar.c
index 44fe080..b8317d6 100644
--- a/src/plugins/grilo/totem-main-toolbar.c
+++ b/src/plugins/grilo/totem-main-toolbar.c
@@ -602,7 +602,7 @@ totem_main_toolbar_new (void)
**/
void
totem_main_toolbar_set_search_mode (TotemMainToolbar *bar,
- gboolean search_mode)
+ gboolean search_mode)
{
g_return_if_fail (TOTEM_IS_MAIN_TOOLBAR (bar));
@@ -613,6 +613,8 @@ totem_main_toolbar_set_search_mode (TotemMainToolbar *bar,
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (bar->priv->search_button),
bar->priv->search_mode);
update_toolbar_state (bar);
+ if (search_mode == FALSE)
+ totem_main_toolbar_set_search_string (bar, "");
g_object_notify (G_OBJECT (bar), "search-mode");
}
@@ -650,7 +652,7 @@ totem_main_toolbar_get_select_mode (TotemMainToolbar *bar)
void
totem_main_toolbar_set_search_string (TotemMainToolbar *bar,
- const char *search_string)
+ const char *search_string)
{
char *tmp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]