diff options
author | Federico Mena Quintero <federico@gnome.org> | 2013-04-11 16:47:38 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2013-04-11 16:47:38 -0500 |
commit | 21083978f015833def00ea649a371e9fdb5b87ac (patch) | |
tree | e6089757a9464c4eb1c2b5b9a0a4471d191af248 /gtk/Makefile.am | |
parent | b0121ed0a15743bc518d5d3e02beb4fadd43cc09 (diff) | |
download | gtk+-21083978f015833def00ea649a371e9fdb5b87ac.tar.gz |
Revert "GtkFileChooserDefault: Define children with a GtkBuilder template"
Having the changes for composite widget templates makes it impossible
to merge the places-sidebar branch. So, we will merge that branch,
and *then* apply the changes for composite templates.
This reverts commit bf909f56157311174d5d9089bdec954e7def8873.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 99f0e33941..4741e2a4c4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1104,7 +1104,6 @@ COMPOSITE_TEMPLATES = \ gtkcoloreditor.ui \ gtkdialog.ui \ gtkfilechooserbutton.ui \ - gtkfilechooserdefault.ui \ gtkfilechooserdialog.ui \ gtkfontbutton.ui \ gtkfontchooserdialog.ui \ |