[Pkg-privacy-commits] [nautilus-wipe] 10/37: Fix NwProgressDialog:auto-hide-action-area property

Intrigeri intrigeri at moszumanska.debian.org
Wed Dec 7 18:46:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository nautilus-wipe.

commit 01a972240967383fadc98ee94dfe46418aae9748
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Jul 14 23:10:12 2016 +0200

    Fix NwProgressDialog:auto-hide-action-area property
    
    A copy-and-paste mistake made the property have the ID of the
    NwProgressDialog:has-close-button one.
---
 nautilus-wipe/nw-progress-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nautilus-wipe/nw-progress-dialog.c b/nautilus-wipe/nw-progress-dialog.c
index 59c4b5c..84a29e0 100644
--- a/nautilus-wipe/nw-progress-dialog.c
+++ b/nautilus-wipe/nw-progress-dialog.c
@@ -243,7 +243,7 @@ nw_progress_dialog_class_init (NwProgressDialogClass *klass)
                                                          "Whether the dialog has a close button",
                                                          FALSE,
                                                          G_PARAM_READWRITE));
-  g_object_class_install_property (object_class, PROP_HAS_CLOSE_BUTTON,
+  g_object_class_install_property (object_class, PROP_AUTO_HIDE_ACTION_AREA,
                                    g_param_spec_boolean ("auto-hide-action-area",
                                                          "Auto hide action area",
                                                          "Whether the action area should be hidden automatically "

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