aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/stats/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/stats/functions.c')
-rw-r--r--src/plugins/stats/functions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/stats/functions.c b/src/plugins/stats/functions.c
index f606e2f9..37e70bb2 100644
--- a/src/plugins/stats/functions.c
+++ b/src/plugins/stats/functions.c
@@ -519,13 +519,13 @@ updateDaemonStatus (void *delta)
519#endif 519#endif
520 GNUNET_free (instDir); 520 GNUNET_free (instDir);
521 g_free (dataDir); 521 g_free (dataDir);
522 iconFile = g_strconcat (finalPath, "tray-nodaemon.png", NULL); 522 iconFile = g_strconcat (finalPath, "tray-nodaemon.svg", NULL);
523 iconNoDaemon = gdk_pixbuf_new_from_file (iconFile, NULL); 523 iconNoDaemon = gdk_pixbuf_new_from_file (iconFile, NULL);
524 g_free (iconFile); 524 g_free (iconFile);
525 iconFile = g_strconcat (finalPath, "tray-disconnected.png", NULL); 525 iconFile = g_strconcat (finalPath, "tray-disconnected.svg", NULL);
526 iconDisconnected = gdk_pixbuf_new_from_file (iconFile, NULL); 526 iconDisconnected = gdk_pixbuf_new_from_file (iconFile, NULL);
527 g_free (iconFile); 527 g_free (iconFile);
528 iconFile = g_strconcat (finalPath, "tray-connected.png", NULL); 528 iconFile = g_strconcat (finalPath, "tray-connected.svg", NULL);
529 iconConnected = gdk_pixbuf_new_from_file (iconFile, NULL); 529 iconConnected = gdk_pixbuf_new_from_file (iconFile, NULL);
530 g_free (iconFile); 530 g_free (iconFile);
531 GNUNET_free (finalPath); 531 GNUNET_free (finalPath);