summaryrefslogtreecommitdiff
path: root/gtk/gtk-builder-tool.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-02 10:16:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-02 11:55:57 -0400
commit52bf6d52bb5f8ba10caf457115145d3e19a28847 (patch)
tree6542dbe0d09385775a4e75dccc2515c22b74a2a4 /gtk/gtk-builder-tool.c
parentda3f2eea7c0601b61209722fe897466afba5010c (diff)
downloadgtk+-52bf6d52bb5f8ba10caf457115145d3e19a28847.tar.gz
gtk-builder-tool: Add more exceptions
Diffstat (limited to 'gtk/gtk-builder-tool.c')
-rw-r--r--gtk/gtk-builder-tool.c5
1 files changed, 5 insertions, 0 deletions
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 },