Philipp Hörist pushed to branch master at gajim / gajim
Commits:
a0a27d9c by Philipp Hörist at 2017-05-16T18:14:34+02:00
Use named icons in filetransfer window
- - - - -
1 changed file:
- src/filetransfers_window.py
Changes:
=====================================
src/filetransfers_window.py
=====================================
--- a/src/filetransfers_window.py
+++ b/src/filetransfers_window.py
@@ -126,15 +126,15 @@ class FileTransfersWindow:
self.images = {}
self.icons = {
- 'upload': Gtk.STOCK_GO_UP,
- 'download': Gtk.STOCK_GO_DOWN,
- 'stop': Gtk.STOCK_STOP,
- 'waiting': Gtk.STOCK_REFRESH,
- 'pause': Gtk.STOCK_MEDIA_PAUSE,
- 'continue': Gtk.STOCK_MEDIA_PLAY,
- 'ok': Gtk.STOCK_APPLY,
- 'computing': Gtk.STOCK_EXECUTE,
- 'hash_error': Gtk.STOCK_STOP,
+ 'upload': 'go-up',
+ 'download': 'go-down',
+ 'stop': 'window-close',
+ 'waiting': 'view-refresh',
+ 'pause': 'media-playback-pause',
+ 'continue': 'media-playback-start',
+ 'ok': 'emblem-ok-symbolic',
+ 'computing': 'system-run',
+ 'hash_error': 'network-error-symbolic',
}
self.tree.get_selection().set_mode(Gtk.SelectionMode.SINGLE)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/a0a27d9cb259f5e1515e1cf51050dfec68d722dc
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits