summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-05 16:35:35 +0300
committermonsta <[email protected]>2016-06-02 18:11:54 +0300
commit4decf2d9cab73997acf90e4131dd4f1cbb201dcd (patch)
treeb9dcbf87caec034319959b6e9732d9d27851f627
parent80171cb1deefad3e689c52d63051fe429d97b852 (diff)
downloadmate-panel-4decf2d9cab73997acf90e4131dd4f1cbb201dcd.tar.bz2
mate-panel-4decf2d9cab73997acf90e4131dd4f1cbb201dcd.tar.xz
revert old change that accidentally got here
https://github.com/mate-desktop/mate-panel/commit/c5cd7ee4a663d862a5893fb48cbfb087540978cc
-rw-r--r--mate-panel/libmate-panel-applet-private/panel-applet-frame-dbus.c2
1 files changed, 1 insertions, 1 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 8aecbf77..c47753b4 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
@@ -236,7 +236,7 @@ container_child_background_set (GObject *source_object,
mate_panel_applet_container_child_set_finish (container, res, NULL);
if (frame->priv->bg_cancellable)
- g_clear_object (&frame->priv->bg_cancellable);
+ g_object_unref (frame->priv->bg_cancellable);
frame->priv->bg_cancellable = NULL;
}