]> Pileus Git - ~andy/sunrise/blob - media-gfx/xsplash/files/xsplash-0.8.5-deprecated-gtk_widget_realized.patch
media-gfx/xsplash: New Ebuild for bug 300889 thanks to binki, ssuominen and Tommy[D]
[~andy/sunrise] / media-gfx / xsplash / files / xsplash-0.8.5-deprecated-gtk_widget_realized.patch
1 --- a/src/xsplash.c     2009-10-22 21:54:02.000000000 +0300
2 +++ b/src/xsplash.c     2010-08-02 17:33:58.000000000 +0300
3 @@ -468,7 +468,7 @@
4  
5    is_composited = gdk_screen_is_composited (screen);
6  
7 -  if (GTK_WIDGET_REALIZED (priv->window))
8 +  if (gtk_widget_get_realized (priv->window))
9      {
10        if (is_composited)
11          {