[Pkg-privacy-commits] [nautilus-wipe] 68/224: Don't try to remove progress dialog window's close button
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 8f5afef70e4b905062e4fe0d25c31d35a9d3e0de
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sun Mar 14 00:10:28 2010 +0100
Don't try to remove progress dialog window's close button
This is not consistent with other dialogs, it is not a problem to have
this close button, and it needs GTK >= 2.10; so drop it.
---
nautilus-srm/progress-dialog.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/nautilus-srm/progress-dialog.c b/nautilus-srm/progress-dialog.c
index b4bd9c2..66b12f2 100644
--- a/nautilus-srm/progress-dialog.c
+++ b/nautilus-srm/progress-dialog.c
@@ -26,7 +26,7 @@
#include <gtk/gtk.h>
#include "compat.h" /* for gtk_dialog_get_action_area(),
- * gtk_dialog_get_countent_area() and
+ * gtk_dialog_get_content_area() and
* gtk_widget_get_sensitive() */
@@ -187,7 +187,6 @@ nautilus_srm_progress_dialog_init (NautilusSrmProgressDialog *self)
gtk_box_pack_start (GTK_BOX (vbox), GTK_WIDGET (self->priv->progress), FALSE, TRUE, 7);
gtk_widget_show (GTK_WIDGET (self->priv->progress));
- gtk_window_set_deletable (GTK_WINDOW (self), FALSE);
gtk_progress_bar_set_ellipsize (self->priv->progress, PANGO_ELLIPSIZE_END);
update_action_area_visibility (self, FALSE);
}
--
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