~unity-settings-daemon-team/unity-settings-daemon/trunk

« back to all changes in this revision

Viewing changes to plugins/xsettings/gsd-xsettings-manager.c

  • Committer: CI Train Bot
  • Author(s): Robert Ancell
  • Date: 2015-10-01 09:45:16 UTC
  • mfrom: (4095.2.1 fix-shell-watch)
  • Revision ID: ci-train-bot@canonical.com-20151001094516-bzxqlb90hva1fbct
Fix shell watch callback not being destroyed. Fixes: #1501576
Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
1008
1008
{
1009
1009
        notify_have_shell (manager);
1010
1010
        manager->priv->have_unity = TRUE;
1011
 
        manager->priv->shell_name_watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
 
1011
        manager->priv->unity_name_watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
1012
1012
                                                               "com.canonical.AppMenu.Registrar",
1013
1013
                                                               0,
1014
1014
                                                               on_unity_appeared,