[Xfce4-commits] [apps/xfce4-screensaver] 264/425: fix minor warning
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:51:51 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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/xfce4-screensaver.
commit f9bb37f250edde1f09f9e9426a144447ce0eee81
Author: monsta <monsta at inbox.ru>
Date: Thu Jun 30 16:03:52 2016 +0300
fix minor warning
---
src/copy-theme-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index 6384d7f..d096237 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -256,7 +256,7 @@ copy_theme_dialog_init (CopyThemeDialog *dlg)
#else
progress_vbox = gtk_vbox_new (FALSE, 0);
#endif
- gtk_box_set_homogeneous (progress_vbox, TRUE);
+ gtk_box_set_homogeneous (GTK_BOX (progress_vbox), TRUE);
gtk_box_pack_start (GTK_BOX (vbox), progress_vbox, FALSE, FALSE, 0);
dlg->priv->progress = gtk_progress_bar_new ();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list