diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c index 9d0ee28af..c402ca54b 100644 --- a/lib/ephy-dialog.c +++ b/lib/ephy-dialog.c @@ -1187,7 +1187,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 |