aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-peerinfo-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-peerinfo-gtk.c')
-rw-r--r--src/peerinfo/gnunet-peerinfo-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-peerinfo-gtk.c b/src/peerinfo/gnunet-peerinfo-gtk.c
index 97e166e2..d0c50b80 100644
--- a/src/peerinfo/gnunet-peerinfo-gtk.c
+++ b/src/peerinfo/gnunet-peerinfo-gtk.c
@@ -1530,7 +1530,7 @@ run (void *cts,
1530 if (NULL == getenv ("GNUNET_PEERINFO_GTK_PLUG")) 1530 if (NULL == getenv ("GNUNET_PEERINFO_GTK_PLUG"))
1531 GNUNET_GTK_tray_icon_create (ml, 1531 GNUNET_GTK_tray_icon_create (ml,
1532 GTK_WINDOW (main_window), 1532 GTK_WINDOW (main_window),
1533 "gnunet-gtk" /* FIXME: different icon? */ , 1533 "gnunet-gtk" /* FIXME: different icon? */,
1534 "gnunet-peerinfo-gtk"); 1534 "gnunet-peerinfo-gtk");
1535 1535
1536 tv = GTK_TREE_VIEW (get_object ("GNUNET_PEERINFO_GTK_main_window_treeview")); 1536 tv = GTK_TREE_VIEW (get_object ("GNUNET_PEERINFO_GTK_main_window_treeview"));