Solving issue 872: "RT file-open/save windows should remember last used dir", on behalf of Johannes Wienke
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#ifndef _ICMPANEL_
|
||||
#define _ICMPANEL_
|
||||
|
||||
#include <auto_ptr.h>
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "adjuster.h"
|
||||
#include "guiutils.h"
|
||||
@@ -58,13 +60,13 @@ class ICMPanel : public Gtk::VBox, public AdjusterListener, public FoldableToolP
|
||||
Gtk::RadioButton* ofromfile;
|
||||
Gtk::RadioButton* iunchanged;
|
||||
MyFileChooserButton* ipDialog;
|
||||
std::auto_ptr<FileChooserLastFolderPersister> ipDialogPersister;
|
||||
Gtk::RadioButton::Group opts;
|
||||
Gtk::Button* saveRef;
|
||||
sigc::connection ipc;
|
||||
Glib::ustring oldip;
|
||||
ICMPanelListener* icmplistener;
|
||||
|
||||
static Glib::ustring lastICCWorkDir;
|
||||
bool enableLastICCWorkDirChange;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user