~attente/gnome-settings-daemon/1318539

« back to all changes in this revision

Viewing changes to debian/patches/90_set_gmenus_xsettings.patch

  • Committer: Robert Ancell
  • Date: 2014-04-09 01:37:13 UTC
  • Revision ID: robert.ancell@canonical.com-20140409013713-v3mdvqf98sw3vmmk
* debian/patches/90_set_gmenus_xsettings.patch:
  - Fix error in patch for watching Shell D-Bus names (LP: #1278467)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
+{
103
103
+        notify_have_shell (manager);
104
104
+        manager->priv->have_unity = TRUE;
105
 
+        manager->priv->shell_name_watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
 
105
+        manager->priv->unity_name_watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
106
106
+                                                               "com.canonical.AppMenu.Registrar",
107
107
+                                                               0,
108
108
+                                                               on_unity_appeared,