ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02453
[Merge] lp:~bratsche/appmenu-gtk/blacklist-shotwell into lp:appmenu-gtk
Cody Russell has proposed merging lp:~bratsche/appmenu-gtk/blacklist-shotwell into lp:appmenu-gtk.
Requested reviews:
Canonical Desktop Experience Team (canonical-dx-team)
--
https://code.launchpad.net/~bratsche/appmenu-gtk/blacklist-shotwell/+merge/37020
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c 2010-09-23 18:49:58 +0000
+++ src/bridge.c 2010-09-29 16:49:44 +0000
@@ -1311,6 +1311,7 @@
|| (g_strcmp0 (prg, "mutter") == 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