[telepathy-account-widgets] tpaw-account-widget: use the symbolic clear icon for password fields



commit 75e5f6b3489d1c21654afe5febf2df29effecfb2
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Thu Aug 22 13:09:44 2013 +0100

    tpaw-account-widget: use the symbolic clear icon for password fields

 tp-account-widgets/tpaw-account-widget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-account-widget.c b/tp-account-widgets/tpaw-account-widget.c
index 3626e97..749fa50 100644
--- a/tp-account-widgets/tpaw-account-widget.c
+++ b/tp-account-widgets/tpaw-account-widget.c
@@ -578,8 +578,8 @@ tpaw_account_widget_setup_widget (TpawAccountWidget *self,
           gtk_entry_set_visibility (GTK_ENTRY (widget), FALSE);
 
           /* Add 'clear' icon */
-          gtk_entry_set_icon_from_stock (GTK_ENTRY (widget),
-              GTK_ENTRY_ICON_SECONDARY, GTK_STOCK_CLEAR);
+          gtk_entry_set_icon_from_icon_name (GTK_ENTRY (widget),
+              GTK_ENTRY_ICON_SECONDARY, "edit-clear-symbolic");
 
           gtk_entry_set_icon_sensitive (GTK_ENTRY (widget),
               GTK_ENTRY_ICON_SECONDARY, !TPAW_STR_EMPTY (str));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]