summaryrefslogtreecommitdiffstats
path: root/divelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'divelist.c')
-rw-r--r--divelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c
index 1463ef942..d8c760db9 100644
--- a/divelist.c
+++ b/divelist.c
@@ -870,7 +870,7 @@ static void get_suit(struct dive *dive, char **str)
GdkPixbuf *get_gps_icon(void)
{
- return gdk_pixbuf_from_pixdata(&my_pixbuf, TRUE, NULL);
+ return gdk_pixbuf_from_pixdata(&satellite_pixbuf, TRUE, NULL);
}
static GdkPixbuf *get_gps_icon_for_dive(struct dive *dive)