Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #62 from OzymandiasTheGreat/master
Browse files Browse the repository at this point in the history
Changed synchronization icon
  • Loading branch information
Steeven Lopes authored Apr 27, 2017
2 parents e057f5e + 94a1124 commit 36d5e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sms.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def __init__(self):
style_context.add_class('suggested-action')
self.send.connect('clicked', self.send_msg)
headerbar.pack_end(self.send)
sync = Gtk.Button.new_from_icon_name('emblem-synchronizing', 3)
sync = Gtk.Button.new_from_icon_name('reload', 3)
sync.connect('clicked', self.sync)
headerbar.pack_end(sync)
cancel = Gtk.Button.new_with_label(_('Cancel'))
Expand Down

0 comments on commit 36d5e39

Please sign in to comment.