[gnome-terminal] Fix compile error
- From: Jani Monoses <janimo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Fix compile error
- Date: Wed, 29 Jul 2009 16:57:49 +0000 (UTC)
commit 8337b9295be370448e5ce233b95ca1ac82f47468
Author: Jani Monoses <jani ubuntu com>
Date: Wed Jul 29 19:56:42 2009 +0300
Fix compile error
Fix variable name causing build error in terminal_screen_launch_child().
src/terminal-screen.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index e463218..f0f964e 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -1577,7 +1577,7 @@ terminal_screen_launch_child (TerminalScreen *screen)
{
terminal_util_show_error_dialog ((GtkWindow*) gtk_widget_get_ancestor (GTK_WIDGET (screen), GTK_TYPE_WINDOW), NULL,
- error,
+ err,
"%s", _("There was an error creating the child process for this terminal"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]