[devhelp/gnome-2-28] Fix cherry-pick of 993fad0b to use correct variable name



commit 1a8b8e2ff5d0829c58aaafba4099c5f63ae72f75
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Oct 5 11:51:12 2009 +0200

    Fix cherry-pick of 993fad0b to use correct variable name

 src/dh-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 2a121d3..c6ff219 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -1224,7 +1224,7 @@ window_open_new_tab (DhWindow    *window,
         gtk_container_add (GTK_CONTAINER (scrolled_window), view);
         g_object_set_data (G_OBJECT (scrolled_window), "web_view", view);
 
-        label = window_new_tab_label (window, _("Empty Page"), vbox);
+        label = window_new_tab_label (window, _("Empty Page"), scrolled_window);
         gtk_widget_show_all (label);
 
         g_signal_connect (view, "title-changed",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]