Updating branch refs/heads/master
         to aa724c66c62ed53d32243a8f8f71d9a85e80bdd4 (commit)
       from 175425f853a3e2066f283fa9d82357280fa53930 (commit)

commit aa724c66c62ed53d32243a8f8f71d9a85e80bdd4
Author: Enrico Tröger <[email protected]>
Date:   Sun Apr 22 19:34:09 2012 +0200

    Add a tooltip for the folder field in the bookmark create dialog to make 
clear for what it is used

 src/bookmarkeditdialog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index c25f051..3158606 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -1085,6 +1085,8 @@ static void 
gigolo_bookmark_edit_dialog_init(GigoloBookmarkEditDialog *dialog)
        priv->port_spin = gtk_spin_button_new_with_range(0, 65535, 1);
        gtk_spin_button_set_value(GTK_SPIN_BUTTON(priv->port_spin), 0.0);
        gtk_widget_set_tooltip_text(priv->port_spin, _("Set the port to 0 to 
use the default port"));
+       gtk_widget_set_tooltip_text(priv->folder_entry,
+               _("This is not used for the actual mount, only necessary for 
opening the mount point in a file browser"));
        priv->user_entry = gtk_entry_new();
        priv->domain_entry = gtk_entry_new();
        priv->share_combo = gtk_combo_box_entry_new_text();
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to