[Xfce4-commits] <xfburn:burnimage> Remove debugging messages
David Mohr
noreply at xfce.org
Sat Oct 24 21:12:01 CEST 2009
Updating branch refs/heads/burnimage
to 84a6ff9475375b0eeee9c71e091e9027dc22a99a (commit)
from 18e1859ba86c33ae03231f70e93aaa757f2e96ed (commit)
commit 84a6ff9475375b0eeee9c71e091e9027dc22a99a
Author: David Mohr <squisher at xfce.org>
Date: Sat Oct 24 13:07:15 2009 -0600
Remove debugging messages
xfburn/xfburn-burn-image-dialog.c | 2 --
xfburn/xfburn-main-window.c | 3 ---
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/xfburn/xfburn-burn-image-dialog.c b/xfburn/xfburn-burn-image-dialog.c
index dc78259..79a9320 100644
--- a/xfburn/xfburn-burn-image-dialog.c
+++ b/xfburn/xfburn-burn-image-dialog.c
@@ -236,8 +236,6 @@ xfburn_burn_image_dialog_finalize (GObject *object)
g_signal_handler_disconnect (priv->devlist, priv->handler_volchange);
g_object_unref (priv->devlist);
- DBG ("bug: Disconnected signal handler");
-
G_OBJECT_CLASS (parent_class)->finalize (object);
}
diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index 9e0e7ec..500333e 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -399,11 +399,8 @@ action_burn_image (GtkAction * action, XfburnMainWindow * window)
dialog = xfburn_burn_image_dialog_new ();
gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (window));
- DBG ("bug: Running burn image dialog");
gtk_dialog_run (GTK_DIALOG (dialog));
- DBG ("bug: Destroying burn image dialog");
gtk_widget_destroy (dialog);
- DBG ("bug: Destroyed burn image dialog");
}
/*
More information about the Xfce4-commits
mailing list