diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-01 04:34:09 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-01 04:34:09 +0000 |
| commit | 397aa9bc596490cb71f8a2615efc6391e330be25 (patch) | |
| tree | ca8000b91bbfc5d026c5c655eadecd9fd194cc83 /src/extension/prefdialog.cpp | |
| parent | r16404@tres: ted | 2007-08-29 19:48:31 -0700 (diff) | |
| download | inkscape-397aa9bc596490cb71f8a2615efc6391e330be25.tar.gz inkscape-397aa9bc596490cb71f8a2615efc6391e330be25.zip | |
r16405@tres: ted | 2007-08-29 19:50:24 -0700
Removing some debug messages.
(bzr r3644)
Diffstat (limited to 'src/extension/prefdialog.cpp')
| -rw-r--r-- | src/extension/prefdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 5fdb20530..7da2a9e29 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -192,6 +192,7 @@ PrefDialog::pinned_toggle (void) { void PrefDialog::on_response (int signal) { + //printf("Got signal %d\n", signal); if (!_param_pinned->get_bool(NULL, NULL)) { // Not my job if we're not pinned // It's the execution environment's job |
