← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~mterry/appmenu-gtk/let-shotwell-be-free into lp:appmenu-gtk

 

Michael Terry has proposed merging lp:~mterry/appmenu-gtk/let-shotwell-be-free into lp:appmenu-gtk.

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #649340 in Unity, top-level Shotwell menu does not change when user switches views
  https://bugs.launchpad.net/bugs/649340

For more details, see:
https://code.launchpad.net/~mterry/appmenu-gtk/let-shotwell-be-free/+merge/48472

This is part of bug 649340.  Once [1] and [2] are merged, shotwell will behave great with appmenus.  So we can unblacklist it.

[1] lp:~mterry/dbusmenu/disconnect-when-done
[2] lp:~mterry/indicator-appmenu/less-racy-window-closing

-- 
https://code.launchpad.net/~mterry/appmenu-gtk/let-shotwell-be-free/+merge/48472
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2011-01-24 21:19:22 +0000
+++ src/bridge.c	2011-02-03 13:59:52 +0000
@@ -804,7 +804,6 @@
       || (g_strcmp0 (prg, "midori") == 0)
       || (g_strcmp0 (prg, "firefox-bin") == 0)
       || (g_strcmp0 (prg, "thunderbird-bin") == 0)
-      || (g_strcmp0 (prg, "shotwell") == 0)
       || (g_strcmp0 (prg, "gnome-panel") == 0))
     {
       return TRUE;


Follow ups