[Gpa-commits] r803 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 4 22:27:35 CET 2008
Author: marcus
Date: 2008-02-04 22:27:35 +0100 (Mon, 04 Feb 2008)
New Revision: 803
Modified:
trunk/src/ChangeLog
trunk/src/clipboard.c
Log:
2008-02-04 Marcus Brinkmann <marcus at g10code.de>
* clipboard.c (file_verify): Remove debug output.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-02-04 20:59:00 UTC (rev 802)
+++ trunk/src/ChangeLog 2008-02-04 21:27:35 UTC (rev 803)
@@ -1,5 +1,7 @@
2008-02-04 Marcus Brinkmann <marcus at g10code.de>
+ * clipboard.c (file_verify): Remove debug output.
+
* gpawindowkeeper.c (gpa_windowKeeper_add_param): Store result of
g_list_append.
Modified: trunk/src/clipboard.c
===================================================================
--- trunk/src/clipboard.c 2008-02-04 20:59:00 UTC (rev 802)
+++ trunk/src/clipboard.c 2008-02-04 21:27:35 UTC (rev 803)
@@ -481,10 +481,6 @@
/* FIXME: One would think there exists a function to get the number
of bytes between two GtkTextIter, but no, that's too obvious. */
file_item->direct_in_len = strlen (file_item->direct_in);
- printf ("Region: %i %i %i %i\n", file_item->direct_in_len,
- gtk_text_iter_get_offset (&begin),
- gtk_text_iter_get_offset (&end),
- gtk_text_iter_get_offset (&end) - gtk_text_iter_get_offset (&begin));
files = g_list_append (files, file_item);
More information about the Gpa-commits
mailing list