Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
cbcb80d5
Commit
cbcb80d5
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
use a GTK_STOCK icon for the record button
parent
93b7a5a1
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sflphone-gtk/pixmaps/Makefile.am
+1
-1
1 addition, 1 deletion
sflphone-gtk/pixmaps/Makefile.am
sflphone-gtk/pixmaps/record.svg
+0
-1057
0 additions, 1057 deletions
sflphone-gtk/pixmaps/record.svg
sflphone-gtk/src/calltree.c
+3
-2
3 additions, 2 deletions
sflphone-gtk/src/calltree.c
with
4 additions
and
1060 deletions
sflphone-gtk/pixmaps/Makefile.am
+
1
−
1
View file @
cbcb80d5
...
...
@@ -2,6 +2,6 @@ icondir = $(datadir)/pixmaps
icon_DATA
=
sflphone.png
buttons_DATA
=
accept.svg current.svg transfert.svg hang_up.svg hold.svg unhold.svg refuse.svg call.svg ring.svg dial.svg mic.svg mic_25.svg mic_50.svg mic_75.svg speaker.svg speaker_25.svg speaker_50.svg speaker_75.svg fail.svg incoming.svg outgoing.svg missed.svg mailbox.svg busy.svg icon_accept.svg icon_hold.svg icon_unhold.svg icon_hangup.svg icon_call.svg icon_dialpad.svg icon_volume.svg icon_dialpad_off.svg icon_volume_off.svg history.svg history2.svg sflphone.png stock_person.svg
rec_call.svg record.svg icon_rec
.svg
buttons_DATA
=
accept.svg current.svg transfert.svg hang_up.svg hold.svg unhold.svg refuse.svg call.svg ring.svg dial.svg mic.svg mic_25.svg mic_50.svg mic_75.svg speaker.svg speaker_25.svg speaker_50.svg speaker_75.svg fail.svg incoming.svg outgoing.svg missed.svg mailbox.svg busy.svg icon_accept.svg icon_hold.svg icon_unhold.svg icon_hangup.svg icon_call.svg icon_dialpad.svg icon_volume.svg icon_dialpad_off.svg icon_volume_off.svg history.svg history2.svg sflphone.png stock_person.svg
icon_rec.svg rec_call
.svg
buttonsdir
=
$(
datadir
)
/sflphone
EXTRA_DIST
=
$(
buttons_DATA
)
$(
icon_DATA
)
This diff is collapsed.
Click to expand it.
sflphone-gtk/pixmaps/record.svg
deleted
100644 → 0
+
0
−
1057
View file @
93b7a5a1
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/calltree.c
+
3
−
2
View file @
cbcb80d5
...
...
@@ -514,8 +514,9 @@ create_toolbar ()
gtk_toolbar_insert
(
GTK_TOOLBAR
(
ret
),
GTK_TOOL_ITEM
(
mailboxButton
),
-
1
);
image
=
gtk_image_new_from_file
(
ICONS_DIR
"/record.svg"
);
recButton
=
gtk_tool_button_new
(
image
,
_
(
"Record a call"
));
//image = gtk_image_new_from_file( ICONS_DIR "/record.svg");
//recButton = gtk_tool_button_new (image, _("Record a call"));
recButton
=
gtk_tool_button_new_from_stock
(
GTK_STOCK_MEDIA_RECORD
);
#if GTK_CHECK_VERSION(2,12,0)
gtk_widget_set_tooltip_text
(
GTK_WIDGET
(
recButton
),
_
(
"Record a call"
));
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment