[evolution/wip/webkit-composer: 238/966] Fix the test application
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 238/966] Fix the test application
- Date: Wed, 23 Apr 2014 10:13:26 +0000 (UTC)
commit f42c5f7a007ea1ad6ea3dae45d73db0179906ad4
Author: Dan Vrátil <dvratil redhat com>
Date: Thu Aug 9 11:44:53 2012 +0200
Fix the test application
e-util/test-editor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/test-editor.c b/e-util/test-editor.c
index 8cac737..f4f9422 100644
--- a/e-util/test-editor.c
+++ b/e-util/test-editor.c
@@ -247,14 +247,14 @@ static void
action_view_html_output (GtkAction *action,
EEditor *editor)
{
- view_source_dialog (editor, _("HTML Output"), "text/html", TRUE);
+ view_source_dialog (editor, _("HTML Output"), "text/html", FALSE);
}
static void
action_view_html_source (GtkAction *action,
EEditor *editor)
{
- view_source_dialog (editor, _("HTML Source"), "text/html", FALSE);
+ view_source_dialog (editor, _("HTML Source"), "text/html", TRUE);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]