diff options
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index cf1bbe5348..650d585344 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -416,7 +416,7 @@ e_splash_set_icon_highlight (ESplash *splash, priv = splash->priv; - icon = (Icon *) g_list_nth (priv->icons, num)->data; + icon = (Icon *) g_list_nth_data (priv->icons, num); gtk_object_set (GTK_OBJECT (icon->canvas_item), "pixbuf", highlight ? icon->light_pixbuf : icon->dark_pixbuf, |