Changeset 284 for trunk/src/gtk/MainView.cxx
- Timestamp:
- 09/18/07 09:11:53 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.cxx
r279 r284 249 249 gtk_box_pack_start (GTK_BOX (m_MainBox), pageViewPaned, TRUE, TRUE, 0); 250 250 gtk_widget_show (pageViewPaned); 251 // By default set focus to page view so user can navigate pdf document with 252 // keyboard right away without need to click to page view first 253 gtk_widget_grab_focus (m_PageView->getTopWidget ()); 251 254 // Add the find bar. 252 255 m_FindView = new FindView ();
