summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-07-08 19:22:58 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-07-08 19:22:58 +0000
commit6844f54c33f5783d6ca3cf065748bec84203b171 (patch)
treeb9ca72228a132735d781d9bb40533c3bfcd479ed /src/extension/implementation
parentfix for building with dbus and cmake (diff)
downloadinkscape-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')
-rw-r--r--src/extension/implementation/script.cpp1
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;