From b69dcaf492d514938b5206007ebc7c3b6f965798 Mon Sep 17 00:00:00 2001 From: joncruz Date: Fri, 6 Jun 2008 07:38:38 +0000 Subject: [PATCH] Fixed uninitialized member --- src/ui/widget/style-swatch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/widget/style-swatch.cpp b/src/ui/widget/style-swatch.cpp index 5a50ab84b..807c21de5 100644 --- a/src/ui/widget/style-swatch.cpp +++ b/src/ui/widget/style-swatch.cpp @@ -94,6 +94,8 @@ namespace Widget { StyleSwatch::StyleSwatch(SPCSSAttr *css, gchar const *main_tip) : _tool_path(NULL), + _desktop(0), + _verb_t(0), _css (NULL), _watched(NULL), -- 2.30.2