[totem] main: Pop down the source selection popover



commit 0ff51dfac2ccb766aca6ec45ac5697aa45b723e9
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 30 19:56:37 2014 +0100

    main: Pop down the source selection popover
    
    When clicking a new source in the popover.

 src/totem-search-entry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-search-entry.c b/src/totem-search-entry.c
index 4ec77a0..e94b989 100644
--- a/src/totem-search-entry.c
+++ b/src/totem-search-entry.c
@@ -104,6 +104,8 @@ listbox_row_activated (GtkListBox    *list_box,
                }
        }
        g_list_free (children);
+
+       gtk_widget_hide (self->priv->popover);
 }
 
 static int


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]