[epiphany] ephy-window: do not set the app for the window twice



commit 1b73fcdddb386855fb15cc61cf723f002743e7c0
Author: Xan Lopez <xlopez igalia com>
Date:   Thu Jun 30 03:09:45 2011 +0200

    ephy-window: do not set the app for the window twice
    
    We already call gtk_application_add_window

 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 dcd0db7..54ff6bc 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3836,8 +3836,6 @@ ephy_window_constructor (GType type,
 	{
 		proxy = GTK_WIDGET (proxies->data);
 		priv->entry = ephy_location_entry_get_entry (EPHY_LOCATION_ENTRY (proxy));
-		gtk_window_set_application (GTK_WINDOW (window),
-					    GTK_APPLICATION (ephy_shell_get_default ()));
 	}
 	
 	return object;



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