Browse Source

Now updates directory view text color when theme is changed outside of juCi++

merge-requests/365/head
eidheim 9 years ago
parent
commit
16eb16b273
  1. 4
      src/window.cc

4
src/window.cc

@ -153,6 +153,10 @@ Window::Window() {
return false; return false;
}); });
Gtk::Settings::get_default()->connect_property_changed("gtk-theme-name", [this] {
Directories::get().update();
});
about.signal_response().connect([this](int d){ about.signal_response().connect([this](int d){
about.hide(); about.hide();
}); });

Loading…
Cancel
Save