From 06f034bc7c32a08b02670f844390da3c487ae01d Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 8 Feb 2011 17:57:55 +0100 Subject: new property: background-tabs --- src/session.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/session.c') 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) { -- cgit v1.2.3