diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-07-08 19:22:58 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-07-08 19:22:58 +0000 |
| commit | 6844f54c33f5783d6ca3cf065748bec84203b171 (patch) | |
| tree | b9ca72228a132735d781d9bb40533c3bfcd479ed /src/extension/implementation/script.cpp | |
| parent | fix for building with dbus and cmake (diff) | |
| download | inkscape-6844f54c33f5783d6ca3cf065748bec84203b171.tar.gz inkscape-6844f54c33f5783d6ca3cf065748bec84203b171.zip | |
auto-maximize the inkscape extension error dialog so that it is easier to read the error log
(bzr r10427)
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 2f3e2cd65..e7599d996 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -855,6 +855,7 @@ void Script::checkStderr (const Glib::ustring &data, vbox->pack_start(*scrollwindow, true, true, 5 /* fix these */); + warning.maximize(); warning.run(); return; |
