diff options
author | Todd T. Fries <todd@fries.net> | 2012-08-08 10:26:35 -0500 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2012-08-08 10:28:02 -0500 |
commit | d01adf2fd22f8121f2996c1d61aae83505e2a0e7 (patch) | |
tree | bec008e340a21acdf38b25e090302d1c6fe4fed4 | |
parent | e53d882ad2e852d2d407e3b273328fb3b9d7d08f (diff) | |
download | xombrero-d01adf2fd22f8121f2996c1d61aae83505e2a0e7.tar.gz |
comment soup session bits for now
once the associated warnings go away, this can be re-enabled
-rw-r--r-- | about.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/about.c b/about.c index f3701bc..54e12a6 100644 --- a/about.c +++ b/about.c @@ -2183,8 +2183,10 @@ allthethings(struct tab *t, struct karg *arg) body = xt_append_settings(NULL, G_OBJECT(t->wv), "t->wv", 1); body = xt_append_settings(body, G_OBJECT(t->inspector), "t->inspector", 1); +#if 0 /* not until warnings are gone */ body = xt_append_settings(body, G_OBJECT(session), "session", 1); +#endif body = xt_append_settings(body, G_OBJECT(main_window), "main_window", 1); |