aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c
index 05e6c94c1..b9f529d06 100644
--- a/lib/ephy-dialog.c
+++ b/lib/ephy-dialog.c
@@ -1183,7 +1183,7 @@ ephy_dialog_construct (EphyDialog *dialog,
const char *domain)
{
EphyDialogClass *klass = EPHY_DIALOG_GET_CLASS (dialog);
- return klass->construct (dialog, properties, file, name, domain);
+ klass->construct (dialog, properties, file, name, domain);
}
void