summaryrefslogtreecommitdiff
path: root/xfce4-session-logout
diff options
context:
space:
mode:
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)
{