[gnome-terminal] Do resume when starting the factory
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Do resume when starting the factory
- Date: Wed, 25 Aug 2010 20:27:08 +0000 (UTC)
commit 538d91d91171399d4f31c70de62db3db8e15ed23
Author: Christian Persch <chpe gnome org>
Date: Wed Aug 25 22:26:05 2010 +0200
Do resume when starting the factory
Bug #627776.
src/terminal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal.c b/src/terminal.c
index 4bd8476..ec949f2 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -270,7 +270,7 @@ name_acquired_cb (GDBusConnection *connection,
}
- if (!terminal_app_handle_options (terminal_app_get (), data->options, FALSE /* no resume */, &error)) {
+ if (!terminal_app_handle_options (terminal_app_get (), data->options, TRUE /* do resume */, &error)) {
g_printerr ("Failed to handle options: %s\n", error->message);
g_error_free (error);
data->exit_code = EXIT_FAILURE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]