Skip to content

Commit

Permalink
removed #if to include video in default builds
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Aug 21, 2014
1 parent b186874 commit 7eedfad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ui/ConversationWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ namespace Venom {
button_send_file.sensitive = contact.online;
button_send.sensitive = contact.online;
button_call.sensitive = contact.online;

#if DEBUG
button_call_video.sensitive = contact.online;
#endif

// remove is_typing notification for offline contacts
if(!contact.online){
Expand Down

0 comments on commit 7eedfad

Please sign in to comment.