aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-01-12 23:22:58 +0800
committerXan Lopez <xan@src.gnome.org>2009-01-12 23:22:58 +0800
commit744e5d0149971b61659a5ff3f5970c5c9540d43b (patch)
tree0201d8ddb687e67783322d480335aa1ff37d4532 /embed
parent695622efe5aca6670b94f13189fcad5d5479f302 (diff)
downloadgsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar.gz
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar.bz2
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar.lz
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar.xz
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.tar.zst
gsoc2013-epiphany-744e5d0149971b61659a5ff3f5970c5c9540d43b.zip
Port to use GtkBuilder.
Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678
Diffstat (limited to 'embed')
-rw-r--r--embed/downloader-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index 8650a54c7..2851b8eda 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -712,7 +712,7 @@ downloader_view_build_ui (DownloaderView *dv)
ephy_dialog_construct (d,
properties,
- ephy_file ("epiphany.glade"),
+ ephy_file ("epiphany.ui"),
"download_manager_dialog",
NULL);