Browse Source

See last commit, forgot a 'git add'.

merge-requests/365/head
eidheim 11 years ago
parent
commit
d3af3f024f
  1. 2
      juci/window.cc

2
juci/window.cc

@ -16,7 +16,7 @@ Window::Window() : notebook(), plugin_api(&notebook), box(Gtk::ORIENTATION_VERTI
//TODO: see TODO Window::on_directory_navigation
directories.m_TreeView.signal_row_activated().connect(sigc::mem_fun(*this, &Window::on_directory_navigation));
MainConfig main_config; //Read the configs here
MainConfig(); //Read the configs here
add_menu();
box.pack_start(entry_box, Gtk::PACK_SHRINK);

Loading…
Cancel
Save