aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/granite/files/patch-lib_Widgets_DatePicker.vala
blob: 67fe7954b6609e7428785e397c89905a9adb9784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/Widgets/DatePicker.vala.orig	2018-12-17 13:02:11 UTC
+++ lib/Widgets/DatePicker.vala
@@ -85,7 +85,7 @@ namespace Granite.Widgets {
             // Entry properties
             can_focus = false;
             editable = false; // user can't edit the entry directly
-            secondary_icon_gicon = new ThemedIcon.with_default_fallbacks ("office-calendar-symbolic");
+            secondary_icon_gicon = new ThemedIcon.with_default_fallbacks ("x-office-calendar-symbolic");
 
             dropdown.add_events (Gdk.EventMask.FOCUS_CHANGE_MASK);
             dropdown.add (calendar);