[yelp: 2/4] yelp-application: Reinstate primary doc window after GtkApplication



commit bfef3b50fa98e99274155a7057e3c75388eb8512
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Apr 6 17:51:54 2011 -0400

    yelp-application: Reinstate primary doc window after GtkApplication

 src/yelp-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp-application.c b/src/yelp-application.c
index b54f5b1..3159fda 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -314,7 +314,7 @@ open_uri (YelpApplication *app,
     data = g_new (YelpApplicationLoad, 1);
     data->app = app;
     data->timestamp = gtk_get_current_event_time ();
-    data->new = TRUE;
+    data->new = new_window;
 
     g_signal_connect (uri, "resolved",
                       G_CALLBACK (application_uri_resolved),



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