summaryrefslogtreecommitdiff
path: root/devel/glademm/files/patch-src__Configuration.hh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glademm/files/patch-src__Configuration.hh')
-rw-r--r--devel/glademm/files/patch-src__Configuration.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/glademm/files/patch-src__Configuration.hh b/devel/glademm/files/patch-src__Configuration.hh
new file mode 100644
index 000000000000..6094aa290085
--- /dev/null
+++ b/devel/glademm/files/patch-src__Configuration.hh
@@ -0,0 +1,11 @@
+--- src/Configuration.hh.orig Mon Apr 25 13:12:16 2005
++++ src/Configuration.hh Mon Apr 25 13:12:40 2005
+@@ -145,7 +145,7 @@
+ verbose(),
+ // had been "_glade"
+ template_postfix("_new"),
+- source_suffix(".cc"), header_suffix(".hh"), gettext_source(),
++ source_suffix(".cc"), header_suffix(".hh"), gettext_source(GT_NONE),
+ custom_signal_args("")
+ { if (gnome2) select_Gnome2();
+ else select_Gnome1();