← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~dbarth/appmenu-gtk/tb-workaround into lp:appmenu-gtk

 

David Barth has proposed merging lp:~dbarth/appmenu-gtk/tb-workaround into lp:appmenu-gtk.

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)


Blacklist thunderbird
-- 
https://code.launchpad.net/~dbarth/appmenu-gtk/tb-workaround/+merge/30943
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-07-23 00:08:54 +0000
+++ src/bridge.c	2010-07-26 13:39:25 +0000
@@ -1104,6 +1104,7 @@
       || (g_strcmp0 (prg, "indicator-loader") == 0)
       || (g_strcmp0 (prg, "mutter") == 0)
       || (g_strcmp0 (prg, "firefox-bin") == 0)
+      || (g_strcmp0 (prg, "thunderbird-bin") == 0)
       || (g_strcmp0 (prg, "gnome-panel") == 0))
     {
       return TRUE;


Follow ups