Bugfix for two crashes and some window title issues, see Issue 1493 for details

This commit is contained in:
Ingo
2014-11-03 21:43:27 +01:00
parent 1f64148fc9
commit a5e66f8dfc
3 changed files with 49 additions and 35 deletions

View File

@@ -53,6 +53,9 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
bool on_expose_event_epanel(GdkEventExpose* event);
bool on_expose_event_fpanel(GdkEventExpose* event);
bool splashClosed(GdkEventAny* event);
bool isEditorPanel(Widget* panel);
bool isEditorPanel(guint pageNum);
Glib::ustring versionStr;
#if defined(__APPLE__)
GtkosxApplication *osxApp;