[Xfce4-commits] [apps/gigolo] 20/35: use proper macro

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:18:54 CET 2016


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

landry pushed a commit to branch master
in repository apps/gigolo.

commit 4c837c894db20de47098a4e69b0ea0ccd22d685a
Author: Landry Breuil <landry at xfce.org>
Date:   Sun Jun 19 16:39:02 2016 +0200

    use proper macro
---
 src/bookmarkeditdialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index d7a4057..4b3d46f 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -945,7 +945,7 @@ static void browse_host_finished_cb(G_GNUC_UNUSED GigoloBackendGVFS *bnd, GSList
 		GSList *node;
 		for (node = shares; node != NULL; node = node->next)
 		{
-			gtk_combo_box_text_append(GTK_COMBO_BOX(priv->share_combo), NULL, node->data);
+			gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(priv->share_combo), NULL, node->data);
 		}
 		gtk_combo_box_set_active(GTK_COMBO_BOX(priv->share_combo), 0);
 

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


More information about the Xfce4-commits mailing list