[Pkg-privacy-commits] [nautilus-wipe] 71/224: Don't use single-line (C++-style) comments
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 7f0910c74cff0a3f46d2e031b54f1b6c7e7f6d06
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sun Mar 14 00:40:22 2010 +0100
Don't use single-line (C++-style) comments
---
nautilus-srm/fill-operation.c | 1 -
nautilus-srm/test.c | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/nautilus-srm/fill-operation.c b/nautilus-srm/fill-operation.c
index 2477185..9baacd2 100644
--- a/nautilus-srm/fill-operation.c
+++ b/nautilus-srm/fill-operation.c
@@ -58,7 +58,6 @@ find_mountpoint_unix (const gchar *path)
while (! found && mountpoint) {
GUnixMountEntry *unix_mount;
- //~ g_debug ("trying %s", mountpoint);
unix_mount = g_unix_mount_at (mountpoint, NULL);
if (unix_mount) {
found = TRUE;
diff --git a/nautilus-srm/test.c b/nautilus-srm/test.c
index 1c573e8..29e7104 100644
--- a/nautilus-srm/test.c
+++ b/nautilus-srm/test.c
@@ -71,8 +71,8 @@ main (int argc,
gtk_init (&argc, &argv);
dialog = nautilus_srm_progress_dialog_new (NULL, 0, "Progress...");
- //~ nautilus_srm_progress_dialog_set_has_cancel_button (NAUTILUS_SRM_PROGRESS_DIALOG (dialog), TRUE);
- //~ nautilus_srm_progress_dialog_set_has_close_button (NAUTILUS_SRM_PROGRESS_DIALOG (dialog), TRUE);
+ /*nautilus_srm_progress_dialog_set_has_cancel_button (NAUTILUS_SRM_PROGRESS_DIALOG (dialog), TRUE);*/
+ /*nautilus_srm_progress_dialog_set_has_close_button (NAUTILUS_SRM_PROGRESS_DIALOG (dialog), TRUE);*/
g_signal_connect (dialog, "response", G_CALLBACK (response_handler), NULL);
gtk_widget_show (GTK_WIDGET (dialog));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list