diff options
Diffstat (limited to 'shell/e-shell-settings.c')
-rw-r--r-- | shell/e-shell-settings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-settings.c b/shell/e-shell-settings.c index 6338e9886d..a5952be887 100644 --- a/shell/e-shell-settings.c +++ b/shell/e-shell-settings.c @@ -50,8 +50,8 @@ static gpointer parent_class; static gboolean shell_settings_value_equal (const GValue *v1, - const GValue *v2, - gboolean is_debug) + const GValue *v2, + gboolean is_debug) { if (!v1 || !v2) return v1 == v2; |