summaryrefslogtreecommitdiff
path: root/tp-account-widgets
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-08-22 13:31:22 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-22 13:32:57 +0100
commitcc6d0bfb4d27bca1d6a978bdfd6d8d7d5f19f0ff (patch)
treefed885740f8aa3ed7339867364004d8b27614d7a /tp-account-widgets
parent75e5f6b3489d1c21654afe5febf2df29effecfb2 (diff)
downloadtelepathy-account-widgets-cc6d0bfb4d27bca1d6a978bdfd6d8d7d5f19f0ff.tar.gz
tpaw-calendar-button: use the symbolic clear icon
Diffstat (limited to 'tp-account-widgets')
-rw-r--r--tp-account-widgets/tpaw-calendar-button.c2
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 e0ab9be4..07a7085f 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);