← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/appmenu-gtk/panel-blacklist into lp:appmenu-gtk

 

Cody Russell has proposed merging lp:~bratsche/appmenu-gtk/panel-blacklist into lp:appmenu-gtk.

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #603249 Menus in gnome-panel are not visible if APPMENU_DISPLAY_BOTH=0
  https://bugs.launchpad.net/bugs/603249

-- 
https://code.launchpad.net/~bratsche/appmenu-gtk/panel-blacklist/+merge/29482
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-07-08 13:16:32 +0000
+++ src/bridge.c	2010-07-08 16:48:45 +0000
@@ -1076,7 +1076,8 @@
   if ((g_strrstr (prg, "indicator-applet") != NULL)
       || (g_strcmp0 (prg, "indicator-loader") == 0)
       || (g_strcmp0 (prg, "mutter") == 0)
-      || (g_strcmp0 (prg, "firefox-bin") == 0))
+      || (g_strcmp0 (prg, "firefox-bin") == 0)
+      || (g_strcmp0 (prg, "gnome-panel") == 0))
     {
       return TRUE;
     }


Follow ups