|
|
|
@ -16,7 +16,7 @@ Window::Window() : notebook(), plugin_api(¬ebook), box(Gtk::ORIENTATION_VERTI |
|
|
|
//TODO: see TODO Window::on_directory_navigation
|
|
|
|
//TODO: see TODO Window::on_directory_navigation
|
|
|
|
directories.m_TreeView.signal_row_activated().connect(sigc::mem_fun(*this, &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(); |
|
|
|
add_menu(); |
|
|
|
|
|
|
|
|
|
|
|
box.pack_start(entry_box, Gtk::PACK_SHRINK); |
|
|
|
box.pack_start(entry_box, Gtk::PACK_SHRINK); |
|
|
|
|