[gimp] app: Remove accidentally commited g_printerr()
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] app: Remove accidentally commited g_printerr()
- Date: Fri, 22 Jan 2010 19:58:29 +0000 (UTC)
commit c094736f83e8847df9408de88116a41ffe189c61
Author: Martin Nordholts <martinn src gnome org>
Date: Fri Jan 22 21:00:17 2010 +0100
app: Remove accidentally commited g_printerr()
app/widgets/gimptoolbox.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c
index 9a69f53..3d3c982 100644
--- a/app/widgets/gimptoolbox.c
+++ b/app/widgets/gimptoolbox.c
@@ -720,8 +720,6 @@ gimp_toolbox_drag_motion (GtkWidget *widget,
we_will_handle = (gtk_drag_dest_find_target (widget, context, NULL) !=
GDK_NONE);
- g_printerr ("%s: %d %d\n", G_STRFUNC, other_will_handle, we_will_handle);
-
handled = ! other_will_handle && we_will_handle;
gdk_drag_status (context, handled ? GDK_ACTION_MOVE : 0, time);
gimp_highlight_widget (widget, handled);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]