From 52bf6d52bb5f8ba10caf457115145d3e19a28847 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2015 10:16:55 -0400 Subject: gtk-builder-tool: Add more exceptions --- gtk/gtk-builder-tool.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/gtk-builder-tool.c') diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c index 91cad480f7..1ddcec5dfb 100644 --- a/gtk/gtk-builder-tool.c +++ b/gtk/gtk-builder-tool.c @@ -109,6 +109,11 @@ needs_explicit_setting (MyParserData *data, const char *property; gboolean packing; } props[] = { + { "GtkAboutDialog", "program-name", 0 }, + { "GtkCalendar", "year", 0 }, + { "GtkCalendar", "month", 0 }, + { "GtkCalendar", "day", 0 }, + { "GtkPlacesSidebar", "show-desktop", 0 }, { "GtkRadioButton", "draw-indicator", 0 }, { "GtkGrid", "left-attach", 1 }, { "GtkGrid", "top-attach", 1 }, -- cgit v1.2.1