[Xfce4-commits] [apps/gigolo] 19/26: Use GtkComboBoxText with the bookmark editor

noreply at xfce.org noreply at xfce.org
Thu Oct 25 08:04:11 CEST 2018


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

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/gigolo.

commit 4466f8d4fc42305d599938007d47248ffb123fd7
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Oct 24 05:02:28 2018 -0400

    Use GtkComboBoxText with the bookmark editor
---
 src/bookmarkeditdialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index 4153d25..2fd69d9 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -1069,7 +1069,7 @@ static void gigolo_bookmark_edit_dialog_init(GigoloBookmarkEditDialog *dialog)
 		_("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_new_with_entry();
+	priv->share_combo = gtk_combo_box_text_new_with_entry();
 	priv->share_entry = gtk_bin_get_child(GTK_BIN(priv->share_combo));
 
 	priv->uri_label = gtk_label_new_with_mnemonic(_("_Location (URI):"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list