diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-06-06 19:54:37 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-06-06 19:54:37 +0000 |
| commit | 418e2db02e4c6ed7ebccd0d518f2c6331704f050 (patch) | |
| tree | 48c573fdf1737bc87167ac7d2b65aa14dfb0b5c5 /src/extension/execution-env.h | |
| parent | Remove tables that should not be exposed to user from OpenType table list. (diff) | |
| download | inkscape-418e2db02e4c6ed7ebccd0d518f2c6331704f050.tar.gz inkscape-418e2db02e4c6ed7ebccd0d518f2c6331704f050.zip | |
Fixes to extension system and simplify the code
Diffstat (limited to '')
| -rw-r--r-- | src/extension/execution-env.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h index 8af97cd92..f75e97efa 100644 --- a/src/extension/execution-env.h +++ b/src/extension/execution-env.h @@ -94,6 +94,7 @@ public: void undo (void); /** \brief Wait for the effect to complete if it hasn't. */ bool wait (void); + void reselect (void); /** \brief Return reference to working dialog (if any) */ Gtk::Dialog *get_working_dialog (void) { return _visibleDialog; }; @@ -102,7 +103,6 @@ private: void runComplete (void); void createWorkingDialog (void); void workingCanceled (const int resp); - void reselect (void); void genDocCache (void); void killDocCache (void); }; |
