]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione).
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index d199165a43b5d31b60bea2f255d1ac24f3ee1eee..70a2b0c0aaf033fee0d44227ddb52cf888725a8b 100644 (file)
@@ -1220,8 +1220,10 @@ contact_list_view_get_contact_menu (EmpathyContactListView *view,
        action = gtk_ui_manager_get_action (priv->ui, "/Contact/Log");
        gtk_action_set_sensitive (action, can_show_log);
 
+#ifdef HAVE_VOIP
        action = gtk_ui_manager_get_action (priv->ui, "/Contact/Call");
        gtk_action_set_sensitive (action, can_voip);
+#endif
 
        action = gtk_ui_manager_get_action (priv->ui, "/Contact/SendFile");
        gtk_action_set_visible (action, can_send_file);