summaryrefslogtreecommitdiff
path: root/xfce4-session-logout
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-08-25 15:10:40 -0300
committerAndre Miranda <andreldm@xfce.org>2019-08-25 15:10:40 -0300
commit18a2c136f4de822e1758e62e1ba71296e770a246 (patch)
tree01fd9f623e371361105536889b9a04715e8a4e56 /xfce4-session-logout
parent5e1fe26c2afe7bc42223b2b8f9d509cb0e886e9e (diff)
downloadxfce4-session-18a2c136f4de822e1758e62e1ba71296e770a246.tar.gz
Do not show translation info on --help output
Diffstat (limited to 'xfce4-session-logout')
-rw-r--r--xfce4-session-logout/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c
index d62f3fcd..193263de 100644
--- a/xfce4-session-logout/main.c
+++ b/xfce4-session-logout/main.c
@@ -137,7 +137,7 @@ main (int argc, char **argv)
xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
- have_display = gtk_init_with_args (&argc, &argv, "", option_entries, PACKAGE, NULL);
+ have_display = gtk_init_with_args (&argc, &argv, NULL, option_entries, PACKAGE, NULL);
if (opt_version)
{