diff options
author | Stefan Bolte <sbolte@lavabit.com> | 2013-04-15 18:02:30 +0200 |
---|---|---|
committer | Stefan Bolte <sbolte@lavabit.com> | 2013-04-15 18:02:30 +0200 |
commit | a1e1f9d3ee46c0e7d656635a56df4b3c6d0108de (patch) | |
tree | 16d2267cb988bbb2ac0326ddcb8150417dfaa865 /src/scripts.c | |
parent | b6697bf71e49ab99b3dbd32883bf53fb2c3709f0 (diff) | |
download | dwb-a1e1f9d3ee46c0e7d656635a56df4b3c6d0108de.zip |
New options 'tab-orientation', 'tab-width'
Diffstat (limited to 'src/scripts.c')
-rw-r--r-- | src/scripts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts.c b/src/scripts.c index b459a0cd..a083a632 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -3922,7 +3922,7 @@ gui_get_main_box(JSContextRef ctx, JSObjectRef object, JSStringRef property, JSV static JSValueRef gui_get_tab_box(JSContextRef ctx, JSObjectRef object, JSStringRef property, JSValueRef* exception) { - return make_object_for_class(ctx, s_secure_widget_class, G_OBJECT(dwb.gui.topbox), true); + return make_object_for_class(ctx, s_secure_widget_class, G_OBJECT(dwb.gui.tabcontainer), true); } /** * The box used for the main content. Child of mainBox |