[pan2] forgot this
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] forgot this
- Date: Mon, 1 Oct 2012 21:21:05 +0000 (UTC)
commit 062f07478ef06ab02760798f47d28a61568d9e5d
Author: Heinrich MÃller <henmull src gnome org>
Date: Mon Oct 1 23:20:51 2012 +0200
forgot this
pan/gui/body-pane.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/gui/body-pane.cc b/pan/gui/body-pane.cc
index 33c5288..5cf5ba0 100644
--- a/pan/gui/body-pane.cc
+++ b/pan/gui/body-pane.cc
@@ -1811,7 +1811,6 @@ BodyPane :: BodyPane (Data& data, ArticleCache& cache, Prefs& prefs, GroupPrefs
w = gtk_notebook_new ();
GtkNotebook * n (GTK_NOTEBOOK (w));
gtk_notebook_append_page (n, vbox, gtk_label_new (_("Text View")));
- gtk_notebook_append_page (n, _web_view, gtk_label_new (_("HTML View")));
// add scroll to html
GtkWidget* scroll = gtk_scrolled_window_new (NULL, NULL);
@@ -1820,6 +1819,7 @@ BodyPane :: BodyPane (Data& data, ArticleCache& cache, Prefs& prefs, GroupPrefs
GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
gtk_container_add (GTK_CONTAINER(scroll), _web_view);
+ gtk_notebook_append_page (n, scroll, gtk_label_new (_("HTML View")));
#else
w = vbox;
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]