[evolution/webkit-composer] Fix the test application
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer] Fix the test application
- Date: Thu, 9 Aug 2012 10:49:59 +0000 (UTC)
commit d368692aa7e62e9498d476a910bb44da376079c6
Author: Dan VrÃtil <dvratil redhat com>
Date: Thu Aug 9 11:44:53 2012 +0200
Fix the test application
widgets/editor/e-editor-test.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/editor/e-editor-test.c b/widgets/editor/e-editor-test.c
index f55276a..ba614e6 100644
--- a/widgets/editor/e-editor-test.c
+++ b/widgets/editor/e-editor-test.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]