From 7c3cb0e6c7bd1fcf4711fec0a5a3e59acef1b36c Mon Sep 17 00:00:00 2001 From: Scott Balneaves Date: Fri, 31 May 2013 15:53:21 -0500 Subject: Another fix for #111 --- mate-panel/panel-profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c index 7b157b67..57e11d00 100644 --- a/mate-panel/panel-profile.c +++ b/mate-panel/panel-profile.c @@ -813,6 +813,8 @@ panel_profile_background_change_notify (GSettings *settings, PanelBackground *background; panel_widget = panel_toplevel_get_panel_widget (toplevel); + if (panel_widget == NULL) + return; background = &panel_widget->background; if (!strcmp (key, "type")) { -- cgit v1.2.1