[gtk+] gtk-builder-tool: Add more exceptions



commit 52bf6d52bb5f8ba10caf457115145d3e19a28847
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 2 10:16:55 2015 -0400

    gtk-builder-tool: Add more exceptions

 gtk/gtk-builder-tool.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c
index 91cad48..1ddcec5 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 },


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