[Xfce4-commits] [apps/gigolo] 01/02: Set port number when connection type changes (Bug #14928)
noreply at xfce.org
noreply at xfce.org
Thu Feb 28 17:53:18 CET 2019
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 eeb13ae0a74ab49643298fcb12f38e5d6f473acc
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Feb 25 21:55:42 2019 -0500
Set port number when connection type changes (Bug #14928)
---
src/bookmarkeditdialog.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index b1b7ee8..a9e7058 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -563,6 +563,8 @@ static void setup_for_type(GigoloBookmarkEditDialog *dialog)
gtk_label_set_mnemonic_widget(GTK_LABEL(priv->port_label), priv->port_spin);
gtk_widget_show(priv->port_spin);
+
+ gtk_spin_button_set_value (GTK_SPIN_BUTTON (priv->port_spin), meth->port);
}
if (meth->flags & SHOW_FOLDER && priv->dialog_type != GIGOLO_BE_MODE_CONNECT)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list