projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc26ae
)
psppire-data-sheet: Remove stray debug printf.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 5 May 2013 23:03:07 +0000
(16:03 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 5 May 2013 23:03:07 +0000
(16:03 -0700)
Reported by John Darrington.
src/ui/gui/psppire-data-sheet.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-data-sheet.c
b/src/ui/gui/psppire-data-sheet.c
index a69a41aa8e1fb067756d3aafe15ce79f92209cb3..f2cdc5bd5e77ce0b425b9aeaf5c1721b4abc3485 100644
(file)
--- a/
src/ui/gui/psppire-data-sheet.c
+++ b/
src/ui/gui/psppire-data-sheet.c
@@
-2396,8
+2396,6
@@
psppire_data_sheet_update_primary_selection (PsppireDataSheet *data_sheet,
clipboard = gtk_clipboard_get_for_display (display, GDK_SELECTION_PRIMARY);
g_return_if_fail (clipboard != NULL);
- printf ("owns_primary_selection=%d should_own=%d\n",
- data_sheet->owns_primary_selection, should_own);
if (data_sheet->owns_primary_selection && !should_own)
{
data_sheet->owns_primary_selection = FALSE;