From: gouldtj Date: Wed, 29 Mar 2006 05:45:01 +0000 (+0000) Subject: r11145@tres: ted | 2006-03-27 22:01:44 -0800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=538309f39a2fa6b930b1fe09c4e095d7a96e4153;p=inkscape.git r11145@tres: ted | 2006-03-27 22:01:44 -0800 Ah, missed some help dialog stuff. Ah, cruft. --- 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;