Index: code/core/docwindow.cpp
===================================================================
--- code/core/docwindow.cpp (revision 6ee38b44b877ce7ac5f5ee646eb5afcf9a7f8e34)
+++ code/core/docwindow.cpp (revision e861d030b244626b06e7d2409ebfb124b466dc59)
@@ -127,9 +127,12 @@
 Gobby::DocWindow::DocWindow(InfTextSession* session,
                             const Glib::ustring& title,
+                            const Glib::ustring& path,
+                            const Glib::ustring& hostname,
                             const std::string& info_storage_key,
                             Preferences& preferences,
 			    GtkSourceLanguageManager* manager):
-	m_session(session), m_title(title),
-	m_info_storage_key(info_storage_key), m_preferences(preferences),
+	m_session(session), m_title(title), m_path(path),
+	m_hostname(hostname), m_info_storage_key(info_storage_key),
+	m_preferences(preferences),
 	m_view(GTK_SOURCE_VIEW(gtk_source_view_new())),
 	m_userlist(session), m_info_box(false, 0),
