Kaydet (Commit) 5d9c2f21 authored tarafından Miklos Vajna's avatar Miklos Vajna

libreofficekit: fix Linux baseline build

Change-Id: Ib0a076d78aacfec5e0625d7592ae24815e600ad6
üst a39a4c75
......@@ -458,9 +458,9 @@ int main( int argc, char* argv[] )
populatePartModeSelector( GTK_COMBO_BOX_TEXT(pPartModeComboBox) );
// Connect these signals after populating the selectors, to avoid re-rendering on setting the default part/partmode.
g_signal_connect(G_OBJECT(pPartModeComboBox), "changed", G_CALLBACK(changePartMode), 0);
#endif
g_signal_connect(G_OBJECT(pPartSelector), "changed", G_CALLBACK(changePart), 0);
#endif
gtk_main();
......
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