[totem] main: Add FIXME for grilo search handling
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Add FIXME for grilo search handling
- Date: Wed, 8 May 2013 10:37:32 +0000 (UTC)
commit ea73d22354caafc14b0ab4a79bb933bacdf41f50
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 8 11:17:22 2013 +0200
main: Add FIXME for grilo search handling
src/totem-object.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 15bfae0..026aadc 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -3538,8 +3538,10 @@ window_key_press_event_cb (GtkWidget *win, GdkEventKey *event, TotemObject *tote
return FALSE;
/* Check whether we're in the browse panel */
- if (!g_str_equal (gtk_stack_get_visible_child_name (GTK_STACK (totem->stack)), "player"))
+ if (!g_str_equal (gtk_stack_get_visible_child_name (GTK_STACK (totem->stack)), "player")) {
+ //FIXME do the dance to show the search bar when grilo is shown
return FALSE;
+ }
/* Check whether the sidebar needs the key events */
if (event->type == GDK_KEY_PRESS) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]