Kaydet (Commit) a71de3f2 authored tarafından Caolán McNamara's avatar Caolán McNamara

make this a little more clear

Change-Id: I1e13ba97bd057b755fc65b2c90a6b74669422b22
üst 0ea77888
......@@ -1176,9 +1176,9 @@ void GtkSalFrame::Init( SalFrame* pParent, SalFrameStyleFlags nStyle )
}
else
{
m_pWindow = gtk_widget_new( GTK_TYPE_WINDOW, "type", eWinType,
"visible", FALSE, nullptr );
m_pWindow = gtk_window_new(eWinType);
}
g_object_set_data( G_OBJECT( m_pWindow ), "SalFrame", this );
g_object_set_data( G_OBJECT( m_pWindow ), "libo-version", const_cast<char *>(LIBO_VERSION_DOTTED));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment