aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 4ad4717db..ad5e3cb32 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -106,7 +106,6 @@ main (int argc, char *argv[])
*/
LIBXML_TEST_VERSION
- g_set_application_name (_("Epiphany Web Browser"));
program = gnome_program_init (PACKAGE, VERSION,
LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_POPT_TABLE, popt_options,
@@ -114,6 +113,8 @@ main (int argc, char *argv[])
GNOME_PARAM_APP_DATADIR, DATADIR,
NULL);
+ g_set_application_name (_("Epiphany Web Browser"));
+
g_object_get_property (G_OBJECT (program),
GNOME_PARAM_POPT_CONTEXT,
g_value_init (&context_as_value, G_TYPE_POINTER));