diff options
| author | Ted Gould <ted@gould.cx> | 2006-03-29 05:45:01 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-03-29 05:45:01 +0000 |
| commit | c677cc27b3eb283a83d63f28b98be07788fcbc07 (patch) | |
| tree | 4a5b54b26051fa83f451247d761b9d09c03ae748 /src | |
| parent | r11144@tres: ted | 2006-03-27 22:00:25 -0800 (diff) | |
| download | inkscape-c677cc27b3eb283a83d63f28b98be07788fcbc07.tar.gz inkscape-c677cc27b3eb283a83d63f28b98be07788fcbc07.zip | |
r11145@tres: ted | 2006-03-27 22:01:44 -0800
Ah, missed some help dialog stuff. Ah, cruft.
(bzr r363)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/prefdialog.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index f4f6691ed..f1bfc67f2 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -13,7 +13,6 @@ #include "../dialogs/dialog-events.h" #include "prefdialog.h" -#include "helpdialog.h" namespace Inkscape { namespace Extension { @@ -67,9 +66,7 @@ PrefDialog::run (void) { while (resp == Gtk::RESPONSE_HELP) { resp = Gtk::Dialog::run(); if (resp == Gtk::RESPONSE_HELP) { - HelpDialog help(_name, _help); - help.run(); - help.hide(); + } } return resp; |
