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
c45f2a04
Commit
c45f2a04
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Good history svg icon
parent
382ea2b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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/history2.svg
+1699
-0
1699 additions, 0 deletions
sflphone-gtk/pixmaps/history2.svg
sflphone-gtk/src/calltree.c
+1
-1
1 addition, 1 deletion
sflphone-gtk/src/calltree.c
with
1701 additions
and
2 deletions
sflphone-gtk/pixmaps/Makefile.am
+
1
−
1
View file @
c45f2a04
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
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 history.png
buttonsdir
=
$(
datadir
)
/sflphone
EXTRA_DIST
=
$(
icon_DATA
)
$(
buttons_DATA
)
This diff is collapsed.
Click to expand it.
sflphone-gtk/pixmaps/history2.svg
0 → 100644
+
1699
−
0
View file @
c45f2a04
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/calltree.c
+
1
−
1
View file @
c45f2a04
...
...
@@ -381,7 +381,7 @@ create_toolbar ()
G_CALLBACK
(
transfert
),
NULL
);
gtk_toolbar_insert
(
GTK_TOOLBAR
(
ret
),
GTK_TOOL_ITEM
(
transfertButton
),
-
1
);
image
=
gtk_image_new_from_file
(
ICONS_DIR
"/history.svg"
);
image
=
gtk_image_new_from_file
(
ICONS_DIR
"/history
2
.svg"
);
historyButton
=
gtk_toggle_tool_button_new
();
gtk_tool_button_set_icon_widget
(
GTK_TOOL_BUTTON
(
historyButton
),
image
);
gtk_widget_set_tooltip_text
(
GTK_WIDGET
(
historyButton
),
_
(
"History"
));
...
...
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