[Pkg-privacy-commits] [nautilus-wipe] 77/224: Use GTK's "clear" icon for sfill menu entry

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:36 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 4ba33ae6ce79dfbac82b9b9894a2bfac98603c53
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Tue Mar 30 17:31:43 2010 +0200

    Use GTK's "clear" icon for sfill menu entry
---
 TODO                        | 2 --
 nautilus-srm/nautilus-srm.c | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 80a30ce..25f2e9f 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,4 @@
   the "Delete" and the "Move to trash" entry
   -> I don't think it's possible
 
-* Add an icon for sfill
-
 * Use a thrash icon in the confirmation dialog
diff --git a/nautilus-srm/nautilus-srm.c b/nautilus-srm/nautilus-srm.c
index 098035e..b538336 100644
--- a/nautilus-srm/nautilus-srm.c
+++ b/nautilus-srm/nautilus-srm.c
@@ -409,7 +409,7 @@ nautilus_srm_menu_item_sfill (NautilusMenuProvider *provider,
     item = nautilus_menu_item_new (item_name,
                                    _("Wipe available diskspace"),
                                    _("Overwrite available diskspace in this device(s)"),
-                                   NULL);
+                                   GTK_STOCK_CLEAR);
     add_item_data (item, window, folders, mountpoints);
     g_signal_connect (item, "activate",
                       G_CALLBACK (menu_item_fill_activate_handler), provider);

-- 
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