[Xfce4-commits] [xfce/xfce4-settings] 01/01: Add missing comma
noreply at xfce.org
noreply at xfce.org
Mon Aug 26 14:03:34 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit 2a25a1994cb6f97846e0b129be026e5b5dd004ce
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Aug 26 09:03:03 2019 -0300
Add missing comma
---
xfce4-settings-editor/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-settings-editor/main.c b/xfce4-settings-editor/main.c
index dfa5022..e3720fd 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -111,7 +111,7 @@ main(gint argc, gchar **argv)
xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
/* initialize Gtk+ */
- if (!gtk_init_with_args (&argc, &argv, NULL option_entries, GETTEXT_PACKAGE, &error))
+ if (!gtk_init_with_args (&argc, &argv, NULL, option_entries, GETTEXT_PACKAGE, &error))
{
if (G_LIKELY (error))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list