2005-05-18 James Bowes <bowes@cs.dal.ca>
* shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
rather than the scrolled_window that it's in. Fixes bug #304655.
+2005-05-18 James Bowes <bowes@cs.dal.ca>
+
+ * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
+ rather than the scrolled_window that it's in. Fixes bug #304655.
+
Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-view.c: (view_update_adjustments),
G_CALLBACK (find_bar_search_changed_cb),
ev_window);
- /* Give focus to the scrolled window */
- gtk_widget_grab_focus (ev_window->priv->scrolled_window);
+ /* Give focus to the document view */
+ gtk_widget_grab_focus (ev_window->priv->view);
/* Drag and Drop */
gtk_drag_dest_unset (GTK_WIDGET (ev_window));