projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbff193
)
Re-enable the relocation feature.
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 18 Aug 2016 15:44:47 +0000
(17:44 +0200)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/ui/gui/main.c
b/src/ui/gui/main.c
index 7fa660df84349806386d4c6c3e424ba7e18d4b82..9733e54d7547fb20beeb3e2fcc7e85ead9f2cf6f 100644
(file)
--- a/
src/ui/gui/main.c
+++ b/
src/ui/gui/main.c
@@
-283,6
+283,8
@@
process_pre_start_arguments (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);