From c3eee80636b4e0f14875f51cbfb408be87e9ce49 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 30 Oct 2001 02:44:15 +0000 Subject: Remove a g_warning. * e-dialog-utils.c (e_set_dialog_parent): Remove a g_warning. svn path=/trunk/; revision=14405 --- e-util/e-dialog-utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-dialog-utils.c') diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index 6b1da99156..45a57d42fc 100644 --- a/e-util/e-dialog-utils.c +++ b/e-util/e-dialog-utils.c @@ -141,8 +141,6 @@ e_set_dialog_parent (GtkWindow *dialog, xid = strtol (id, NULL, 10); - g_warning ("Got id `%s' -> %x", id, xid); - gdk_window = gdk_window_foreign_new (xid); set_transient_for_gdk (dialog, gdk_window); } -- cgit v1.2.3