Issue 1867: don't use FileChooserButton action_select_folder on Linux and OS X due to buggy GTK (2.4.22 at time of commit). Unchanged code on Windows (works better there)

This commit is contained in:
torger
2013-11-13 19:41:33 +01:00
parent be0c0da4a9
commit f1dcc22f5d
2 changed files with 54 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ class BatchQueuePanel : public Gtk::VBox,
Gtk::Entry* outdirTemplate;
MyFileChooserButton* outdirFolder;
Gtk::Button* outdirFolderButton;
Gtk::RadioButton* useTemplate;
Gtk::RadioButton* useFolder;
SaveFormatPanel* saveFormatPanel;
@@ -66,6 +67,7 @@ class BatchQueuePanel : public Gtk::VBox,
void saveOptions ();
void pathFolderChanged ();
void pathFolderButtonPressed ();
void formatChanged (Glib::ustring f);
void updateTab (int qsize);