diff --git a/src/preferences/notifications/IconRule.cpp b/src/preferences/notifications/IconRule.cpp index 7e64d5616c..c0841a08b6 100644 --- a/src/preferences/notifications/IconRule.cpp +++ b/src/preferences/notifications/IconRule.cpp @@ -24,7 +24,8 @@ BIconRule::BIconRule(const char* name) : BView(name, B_WILL_DRAW), fIcons(5, true), - fSelIndex(-1) + fSelIndex(-1), + fMessage(NULL) { }