diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 10:44:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 10:44:15 +0800 |
commit | c3eee80636b4e0f14875f51cbfb408be87e9ce49 (patch) | |
tree | 31b14abdf7ed853db070e9f3758cefdaeab64fde /e-util/e-dialog-utils.c | |
parent | 851e0289981051ae52d586390432c1d832552887 (diff) | |
download | gsoc2013-evolution-c3eee80636b4e0f14875f51cbfb408be87e9ce49.tar.gz gsoc2013-evolution-c3eee80636b4e0f14875f51cbfb408be87e9ce49.tar.zst gsoc2013-evolution-c3eee80636b4e0f14875f51cbfb408be87e9ce49.zip |
Remove a g_warning.
* e-dialog-utils.c (e_set_dialog_parent): Remove a g_warning.
svn path=/trunk/; revision=14405
Diffstat (limited to 'e-util/e-dialog-utils.c')
-rw-r--r-- | e-util/e-dialog-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |