From c383cf09d716681f0cca795283d7ef3702814f9e Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 5 May 2016 17:16:16 +0300 Subject: added missing variable initialization --- mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c b/mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c index 1308d2fd..463c9994 100644 --- a/mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c +++ b/mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c @@ -348,6 +348,7 @@ mate_panel_applet_frame_dbus_init (MatePanelAppletFrameDBus *frame) gtk_widget_show (container); gtk_container_add (GTK_CONTAINER (frame), container); frame->priv->container = MATE_PANEL_APPLET_CONTAINER (container); + frame->priv->bg_cancellable = NULL; g_signal_connect (container, "child-property-changed::flags", G_CALLBACK (mate_panel_applet_frame_dbus_flags_changed), -- cgit v1.2.1