summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c3bd75)
raw | patch | inline | side by side (parent: 1c3bd75)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 29 Mar 2006 05:45:01 +0000 (05:45 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 29 Mar 2006 05:45:01 +0000 (05:45 +0000) |
Ah, missed some help dialog stuff. Ah, cruft.
src/extension/prefdialog.cpp | patch | blob | history |
index f4f6691edee23098929083bec9a6a6f52f75cb69..f1bfc67f2859b26fe671f5d9e91b55e28bd95cfb 100644 (file)
#include "../dialogs/dialog-events.h"
#include "prefdialog.h"
-#include "helpdialog.h"
namespace Inkscape {
namespace Extension {
while (resp == Gtk::RESPONSE_HELP) {
resp = Gtk::Dialog::run();
if (resp == Gtk::RESPONSE_HELP) {
- HelpDialog help(_name, _help);
- help.run();
- help.hide();
+
}
}
return resp;