From 744e5d0149971b61659a5ff3f5970c5c9540d43b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 12 Jan 2009 15:22:58 +0000 Subject: 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 --- src/ephy-encoding-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-encoding-dialog.c') 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); -- cgit