From 80bf5183c93cacae7f90415965bdad5b3d910c87 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 25 Sep 2016 17:13:21 +0200 Subject: [PATCH] Replace deprecated gtk-dialog-authentication icon --- src/roster_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 5c94e1a6c..830711ab3 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -265,7 +265,7 @@ class RosterWindow: tls_pixbuf = None if gajim.account_is_securely_connected(account): - tls_pixbuf = gtkgui_helpers.get_icon_pixmap('gtk-dialog-authentication', 24) + tls_pixbuf = gtkgui_helpers.get_icon_pixmap('changes-prevent', 16) # the only way to create a pixbuf from stock # tls_pixbuf = self.window.render_icon_pixbuf( # Gtk.STOCK_DIALOG_AUTHENTICATION, Gtk.IconSize.MENU) @@ -1048,7 +1048,7 @@ class RosterWindow: if gajim.account_is_securely_connected(account) and not self.regroup or\ self.regroup and num_of_secured and num_of_secured == num_of_accounts: - tls_pixbuf = gtkgui_helpers.get_icon_pixmap('gtk-dialog-authentication', 24) + tls_pixbuf = gtkgui_helpers.get_icon_pixmap('changes-prevent', 16) # the only way to create a pixbuf from stock # tls_pixbuf = self.window.render_icon_pixbuf( # Gtk.STOCK_DIALOG_AUTHENTICATION, Gtk.IconSize.MENU)