]> git.0d.be Git - empathy.git/blobdiff - megaphone/src/megaphone-applet.c
More flexible API for EmpathyContactWidget, we now have flags to set
[empathy.git] / megaphone / src / megaphone-applet.c
index c4e56da6e7cad3644d280491c10b35dcd2247b4e..993c68744ba31cdde5ee52e35408179bcf719c92 100644 (file)
@@ -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) {
 
        /* 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);
        }
 }
 
        }
 }