summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-05 17:16:16 +0300
committermonsta <[email protected]>2016-06-02 18:11:54 +0300
commit3f220ec6a5359d22cab098a0a019ed4fc008b6ca (patch)
treeec3441e8609af6273b58812df5645f7effb3ac56
parentd5a2a5d5bc36c3cd910bdeec8ed35a01e405022b (diff)
downloadmate-panel-3f220ec6a5359d22cab098a0a019ed4fc008b6ca.tar.bz2
mate-panel-3f220ec6a5359d22cab098a0a019ed4fc008b6ca.tar.xz
added missing variable initialization
-rw-r--r--mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c1
1 files changed, 1 insertions, 0 deletions
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),