[epiphany] ephy-window: do not track application windows too much



commit 2050f8d49b22c28cd0a6917dce9caeef48a57f6b
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 13 18:09:10 2012 +0100

    ephy-window: do not track application windows too much
    
    We already pass the app to the window constructor, so no need to do
    this again in _init ().

 src/ephy-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 7e6e075..c2cf439 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3945,8 +3945,6 @@ ephy_window_init (EphyWindow *window)
 {
 	LOG ("EphyWindow initialising %p", window);
 
-	gtk_application_add_window (GTK_APPLICATION (ephy_shell), GTK_WINDOW (window));
-
 	window->priv = EPHY_WINDOW_GET_PRIVATE (window);
 
 	g_signal_connect (embed_shell,



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