summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-12-11 04:25:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-11 04:25:52 +0000
commitc7778a8600b0537a23df745860fec3b95be2e63a (patch)
tree680dfbf783e92b0759d173edd01a53777b9f95e0 /gdk/gdk.c
parent9e40d57cbeef03a54bef9ce56d0eb4d0df457ad8 (diff)
downloadgtk+-c7778a8600b0537a23df745860fec3b95be2e63a.tar.gz
Fix an oversight
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 84e03fd86a..db71fa6649 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -217,7 +217,7 @@ gdk_parse_args (int *argc,
g_option_group_add_entries (option_group, gdk_args);
g_option_group_add_entries (option_group, _gdk_windowing_args);
- if (g_option_context_parse (option_context, argc, argv, &error))
+ if (!g_option_context_parse (option_context, argc, argv, &error))
{
g_warning ("%s", error->message);
g_error_free (error);