aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/ephy-encoding-dialog.c2
-rw-r--r--src/pdm-dialog.c2
-rw-r--r--src/prefs-dialog.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c
index bf029dd6b..554f0f7f5 100644
--- a/src/ephy-encoding-dialog.c
+++ b/src/ephy-encoding-dialog.c
@@ -296,7 +296,7 @@ ephy_encoding_dialog_init (EphyEncodingDialog *dialog)
ephy_dialog_construct (EPHY_DIALOG (dialog),
properties,
- ephy_file ("epiphany.glade"),
+ ephy_file ("epiphany.ui"),
"encoding_dialog",
NULL);
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index a1b41f3ac..df4f997f6 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -1440,7 +1440,7 @@ pdm_dialog_init (PdmDialog *dialog)
ephy_dialog_construct (EPHY_DIALOG(dialog),
properties,
- ephy_file ("epiphany.glade"),
+ ephy_file ("epiphany.ui"),
"pdm_dialog",
NULL);
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 5e41978e5..2db3c9fdd 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -710,7 +710,7 @@ setup_add_language_dialog (PrefsDialog *pd)
ephy_dialog_construct (dialog,
add_lang_props,
- ephy_file ("prefs-dialog.glade"),
+ ephy_file ("prefs-dialog.ui"),
"add_language_dialog",
NULL);
@@ -1167,7 +1167,7 @@ prefs_dialog_init (PrefsDialog *pd)
ephy_dialog_construct (dialog,
properties,
- ephy_file ("prefs-dialog.glade"),
+ ephy_file ("prefs-dialog.ui"),
"prefs_dialog",
NULL);