Panel hiding enhancements on behalf of Michael Ezra; See issue #458

This commit is contained in:
Oliver Duis
2011-01-09 00:09:38 +01:00
parent bc8819a76b
commit 97a2d3b979
23 changed files with 186 additions and 22 deletions

View File

@@ -38,8 +38,6 @@ class FilePanel : public Gtk::HPaned,
{
protected:
Gtk::Paned* placespaned;
Gtk::HPaned* dirpaned;
//DirBrowser* dirBrowser;
PlacesBrowser* placesBrowser;
RecentBrowser* recentBrowser;
@@ -57,6 +55,9 @@ class FilePanel : public Gtk::HPaned,
public:
FilePanel ();
Gtk::Paned* placespaned;
Gtk::HPaned* dirpaned;
DirBrowser* dirBrowser;
FilterPanel* filterPanel;
FileCatalog* fileCatalog;