Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 05 Feb 2023 22:10:45 UTC Commit: 6ad3b8dc5989a05911b4f02626b75d529bbac760 https://github.com/geany/geany-plugins/commit/6ad3b8dc5989a05911b4f02626b75d...
Log Message: ----------- webhelper: Avoid a deprecation
Modified Paths: -------------- webhelper/src/gwh-settings.c
Modified: webhelper/src/gwh-settings.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -800,7 +800,7 @@ gwh_settings_widget_new_full (GwhSettings *self, GtkWidget *box; gchar *label;
- box = gtk_hbox_new (FALSE, 6); + box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6); label = g_strdup_printf (_("%s:"), g_param_spec_get_nick (pspec)); gtk_box_pack_start (GTK_BOX (box), gtk_label_new (label), FALSE, TRUE, 0); g_free (label);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org