[gnome-terminal/gnome-3-8] client: legacy: Fix crash when using deprecated smclient options
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gnome-3-8] client: legacy: Fix crash when using deprecated smclient options
- Date: Wed, 29 May 2013 11:32:29 +0000 (UTC)
commit 01d3dee839b3a6d99d07b58b83f1061a3f171396
Author: Christian Persch <chpe gnome org>
Date: Wed May 29 13:31:37 2013 +0200
client: legacy: Fix crash when using deprecated smclient options
https://bugzilla.redhat.com/show_bug.cgi?id=968140
(cherry picked from commit e7a9bc9445badb3b0d1375e05e3c75c648be41f6)
src/terminal-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-options.c b/src/terminal-options.c
index 6e4c3fc..0a1343e 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1482,7 +1482,7 @@ get_goption_context (TerminalOptions *options)
g_option_group_add_entries (group, terminal_goptions);
g_option_context_add_group (context, group);
- group = g_option_group_new ("sm-client", "", "", NULL, NULL);
+ group = g_option_group_new ("sm-client", "", "", options, NULL);
g_option_group_add_entries (group, smclient_goptions);
g_option_context_add_group (context, group);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]