summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-04-06 17:51:54 -0400
committerShaun McCance <shaunm@gnome.org>2011-04-06 17:51:54 -0400
commitbfef3b50fa98e99274155a7057e3c75388eb8512 (patch)
treec8888a6eedd3ecdbb9c8f611572c7fb76a0a07c0
parentb093cea61beb63703ebc44810654536b3e608677 (diff)
downloadyelp-bfef3b50fa98e99274155a7057e3c75388eb8512.tar.gz
yelp-application: Reinstate primary doc window after GtkApplication
-rw-r--r--src/yelp-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-application.c b/src/yelp-application.c
index b54f5b1c..3159fda7 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),