diff options
Diffstat (limited to 'megaphone')
-rw-r--r-- | megaphone/src/megaphone-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c index c4e56da6e..993c68744 100644 --- a/megaphone/src/megaphone-applet.c +++ b/megaphone/src/megaphone-applet.c @@ -395,7 +395,7 @@ megaphone_applet_information_cb (BonoboUIComponent *uic, /* FIXME: We should grey out the menu item if there are no available contact */ if (priv->contact) { - empathy_contact_information_dialog_show (priv->contact, NULL, FALSE); + empathy_contact_information_dialog_show (priv->contact, NULL, FALSE, FALSE); } } |