Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-client-gnome
Commits
13bd408c
Commit
13bd408c
authored
Mar 30, 2015
by
Stepan Salenikovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnome: hide unimplemented call features
Refs #68739 Change-Id: I9f910785a881e9efedc6dc7297ab30a22490f92c
parent
b42fde77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ui/currentcallview.ui
ui/currentcallview.ui
+6
-3
No files found.
ui/currentcallview.ui
View file @
13bd408c
...
...
@@ -146,7 +146,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_muteaudio"
>
<property
name=
"label"
translatable=
"yes"
>
Mute audio
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.mute_audio
</property>
...
...
@@ -159,7 +160,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_mutevideo"
>
<property
name=
"label"
translatable=
"yes"
>
Mute video
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.mute_video
</property>
...
...
@@ -172,7 +174,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_record"
>
<property
name=
"label"
translatable=
"yes"
>
Record
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.record
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment