[Xfce4-commits] [apps/xfce4-screensaver] 111/425: Re-add erroneously removed opening semicolon

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:49:18 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 b1b187cdb8bdfb075177f55ab27c8a1e2e5d1913
Author: infirit <infirit at gmail.com>
Date:   Wed Nov 13 01:27:49 2013 +0100

    Re-add erroneously removed opening semicolon
---
 savers/floaters.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/savers/floaters.c b/savers/floaters.c
index 755488a..b693ed5 100644
--- a/savers/floaters.c
+++ b/savers/floaters.c
@@ -1285,6 +1285,7 @@ main (int   argc,
 	style = drawing_area->style;
 	state = (GtkStateType) 0;
 	while (state < (GtkStateType) G_N_ELEMENTS (style->bg))
+	{
 		gtk_widget_modify_bg (drawing_area, state, &style->mid[state]);
 		state++;
 	}

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


More information about the Xfce4-commits mailing list