[totem/gnome-2-28] Key navigation is broken in "local search" plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-2-28] Key navigation is broken in "local search" plugin
- Date: Mon, 12 Apr 2010 16:17:48 +0000 (UTC)
commit c375dff8aff5cd8e1d3c2b8b5bd66b9f82d9bba8
Author: Simon Wenner <simon wenner ch>
Date: Tue Apr 6 15:11:54 2010 +0100
Key navigation is broken in "local search" plugin
Fix arrow keys not working in the tracker plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=523141
src/plugins/tracker/totem-tracker-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/tracker/totem-tracker-widget.c b/src/plugins/tracker/totem-tracker-widget.c
index f8a7418..2d0549f 100644
--- a/src/plugins/tracker/totem-tracker-widget.c
+++ b/src/plugins/tracker/totem-tracker-widget.c
@@ -395,7 +395,7 @@ totem_tracker_widget_init (TotemTrackerWidget *widget)
/* Insert the result list and initialize the viewport */
scroll = GTK_SCROLLED_WINDOW (gtk_scrolled_window_new (NULL, NULL));
gtk_scrolled_window_set_policy (scroll, GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
- gtk_scrolled_window_add_with_viewport (scroll, GTK_WIDGET (widget->priv->result_list));
+ gtk_container_add (GTK_CONTAINER (scroll), GTK_WIDGET (widget->priv->result_list));
gtk_container_add (GTK_CONTAINER (v_box), GTK_WIDGET (scroll));
/* Initialise the pager box */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]