[telepathy-account-widgets] tpaw-calendar-button: use the symbolic clear icon



commit cc6d0bfb4d27bca1d6a978bdfd6d8d7d5f19f0ff
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Thu Aug 22 13:31:22 2013 +0100

    tpaw-calendar-button: use the symbolic clear icon

 tp-account-widgets/tpaw-calendar-button.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-calendar-button.c b/tp-account-widgets/tpaw-calendar-button.c
index e0ab9be..07a7085 100644
--- a/tp-account-widgets/tpaw-calendar-button.c
+++ b/tp-account-widgets/tpaw-calendar-button.c
@@ -206,7 +206,7 @@ tpaw_calendar_button_init (TpawCalendarButton *self)
   /* Clear */
   self->priv->button_clear = gtk_button_new ();
 
-  image = gtk_image_new_from_stock (GTK_STOCK_CLEAR,
+  image = gtk_image_new_from_icon_name ("edit-clear-symbolic",
       GTK_ICON_SIZE_MENU);
   gtk_button_set_image (GTK_BUTTON (self->priv->button_clear), image);
   gtk_widget_show (image);


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