From: Christian Dywan Date: Tue, 22 Dec 2009 00:07:01 +0000 (+0100) Subject: Initialize diagnostic_dialog to FALSE by default X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec6b310445c70b4c6fbe1d5b8fc268252d71e80;p=midori Initialize diagnostic_dialog to FALSE by default --- diff --git a/midori/main.c b/midori/main.c index 99d9e65d..fdd5edfb 100644 --- a/midori/main.c +++ b/midori/main.c @@ -1697,6 +1697,7 @@ main (int argc, /* Parse cli options */ webapp = NULL; config = NULL; + diagnostic_dialog = FALSE; run = FALSE; snapshot = NULL; execute = FALSE;