summaryrefslogtreecommitdiff
path: root/gtk/gtk_selection.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2010-04-07 16:52:45 +0000
committerJames Bursa <james@netsurf-browser.org>2010-04-07 16:52:45 +0000
commit01087a552ccb3eadc44a8147e8282c521fec9a21 (patch)
treeacecf1fd7e1bb7cc4ad3c7316833b71f7999998f /gtk/gtk_selection.c
parent832daf49fa7fae8edc5be7ddb73e3db2c1cfb993 (diff)
downloadnetsurf-01087a552ccb3eadc44a8147e8282c521fec9a21.tar.gz
netsurf-01087a552ccb3eadc44a8147e8282c521fec9a21.tar.bz2
Put status bar and horizontal scroll bar next to each other. Each tab now contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea.
svn path=/trunk/netsurf/; revision=10277
Diffstat (limited to 'gtk/gtk_selection.c')
-rw-r--r--gtk/gtk_selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk_selection.c b/gtk/gtk_selection.c
index 41869d753..8e2bbf46d 100644
--- a/gtk/gtk_selection.c
+++ b/gtk/gtk_selection.c
@@ -79,7 +79,7 @@ void gui_start_selection(struct gui_window *g)
else
g_string_set_size(current_selection, 0);
- gtk_widget_grab_focus(GTK_WIDGET(nsgtk_window_get_drawing_area(g)));
+ gtk_widget_grab_focus(GTK_WIDGET(nsgtk_window_get_layout(g)));
}
void gui_paste_from_clipboard(struct gui_window *g, int x, int y)