[gnome-calendar] window: use a circle icon for calendars' popover



commit f528a36bdbfe4ba946748fe482a167f58765d267
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jul 8 16:17:32 2016 -0300

    window: use a circle icon for calendars' popover

 src/gcal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 6db7b61..507b631 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -847,7 +847,7 @@ make_row_from_source (GcalWindow *window,
 
   /* source color icon */
   get_color_name_from_source (source, &color);
-  pixbuf = gcal_get_pixbuf_from_color (&color, 16);
+  pixbuf = get_circle_pixbuf_from_color (&color, 16);
   icon = gtk_image_new_from_pixbuf (pixbuf);
 
   /* source name label */


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