[Xfce4-commits] [xfce/thunar] 04/05: Disable "Set as default application" by default in the chooser dialog
noreply at xfce.org
noreply at xfce.org
Tue May 12 20:52:20 CEST 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit 51b7e607aaf854d970a6241760b2852f5ec8ef10
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Feb 22 17:08:48 2014 +0100
Disable "Set as default application" by default in the chooser dialog
Since thunar now remembers the selected application as last used,
we can disable this (again?) by default. If the user now wants to
make the chosen application the default one, it is now necessary
to activate the checkbox.
---
thunar/thunar-chooser-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-chooser-dialog.c b/thunar/thunar-chooser-dialog.c
index 04e0316..da9348b 100644
--- a/thunar/thunar-chooser-dialog.c
+++ b/thunar/thunar-chooser-dialog.c
@@ -281,7 +281,7 @@ thunar_chooser_dialog_init (ThunarChooserDialog *dialog)
/* create the "Use as default for this kind of file" button */
dialog->default_button = gtk_check_button_new_with_mnemonic (_("Use as _default for this kind of file"));
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->default_button), TRUE);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->default_button), FALSE);
exo_binding_new (G_OBJECT (dialog), "open", G_OBJECT (dialog->default_button), "visible");
gtk_box_pack_start (GTK_BOX (box), dialog->default_button, FALSE, FALSE, 0);
gtk_widget_show (dialog->default_button);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list