diff options
author | portix <portix@gmx.net> | 2011-02-08 17:57:55 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-02-08 17:57:55 +0100 |
commit | 06f034bc7c32a08b02670f844390da3c487ae01d (patch) | |
tree | 11b88272a3e56407349d4a5a19b8d580697f9445 /src/session.c | |
parent | 5c21ffc44deb591f250c3fe008b0f757ea0acdf0 (diff) | |
download | dwb-06f034bc7c32a08b02670f844390da3c487ae01d.zip |
new property: background-tabs
Diffstat (limited to 'src/session.c')
-rw-r--r-- | src/session.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/session.c b/src/session.c index b5ee2994..b9ee71c2 100644 --- a/src/session.c +++ b/src/session.c @@ -101,7 +101,6 @@ dwb_session_restore(const char *name) { if (line[0] && line[1] && line[2]) { int current = strtol(line[0], NULL, 10); if (current <= last) { - // TODO dwb_add_view background dwb_add_view(NULL, false); web = CURRENT_WEBVIEW(); bf_list = webkit_web_back_forward_list_new_with_web_view(web); @@ -124,7 +123,6 @@ dwb_session_restore(const char *name) { gtk_widget_show_all(dwb.gui.window); if (!dwb.state.views) - // TODO dwb_add_view background dwb_add_view(NULL, false); if (dwb.state.layout & MAXIMIZED && dwb.state.views) { |