[totem] Key navigation is broken in "local search" plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Key navigation is broken in "local search" plugin
- Date: Tue, 6 Apr 2010 14:12:42 +0000 (UTC)
commit 70a7ee8a63514426263de88f9ccc71f850816afd
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 86f66de..7a57d28 100644
--- a/src/plugins/tracker/totem-tracker-widget.c
+++ b/src/plugins/tracker/totem-tracker-widget.c
@@ -553,7 +553,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));
/* Status label */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]