Changeset 284
- Timestamp:
- 09/18/07 09:11:53 (12 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
THANKS (modified) (1 diff)
-
src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/THANKS
r282 r284 2 2 contributions: 3 3 4 - Alex Dedul <rotmer@gmail.com>, for his patch. 4 5 - Enrico Tröger <enrico.troeger@uvena.de>, for his full screen patch. 5 6 - Daniel Nylander <po@danielnylander.se>, for his Swedish translation. -
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 ();
