← Back to team overview

ayatana-commits team mailing list archive

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

 

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

Requested reviews:
  Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #614964 Missing menus in Midori
  https://bugs.launchpad.net/bugs/614964

-- 
https://code.launchpad.net/~bratsche/appmenu-gtk/blacklist-midori/+merge/37170
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c	2010-09-29 17:14:35 +0000
+++ src/bridge.c	2010-09-30 17:58:44 +0000
@@ -1340,6 +1340,7 @@
   if ((g_strrstr (prg, "indicator-applet") != NULL)
       || (g_strcmp0 (prg, "indicator-loader") == 0)
       || (g_strcmp0 (prg, "mutter") == 0)
+      || (g_strcmp0 (prg, "midori") == 0)
       || (g_strcmp0 (prg, "firefox-bin") == 0)
       || (g_strcmp0 (prg, "thunderbird-bin") == 0)
       || (g_strcmp0 (prg, "shotwell") == 0)


Follow ups