Re-enable the relocation feature.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 18 Aug 2016 15:44:47 +0000 (17:44 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 18 Aug 2016 15:44:47 +0000 (17:44 +0200)
Problem reported by Harry

src/ui/gui/main.c

index 7fa660df84349806386d4c6c3e424ba7e18d4b82..9733e54d7547fb20beeb3e2fcc7e85ead9f2cf6f 100644 (file)
@@ -283,6 +283,8 @@ process_pre_start_arguments (int *argc, char ***argv)
 int
 main (int argc, char *argv[])
 {
 int
 main (int argc, char *argv[])
 {
+  set_program_name (argv[0]);
+
   GtkApplication *app =
     gtk_application_new ("gnu.pspp", G_APPLICATION_HANDLES_OPEN);
 
   GtkApplication *app =
     gtk_application_new ("gnu.pspp", G_APPLICATION_HANDLES_OPEN);