aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-02 19:19:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-02 19:19:16 +0000
commitc063d2964498620ed0cb9772637067c5c285fb3f (patch)
tree3a1be363c4e15610f43e355a039eca68af831403
parent5fe13812e969155a5d57cba0c19d4e70924d6161 (diff)
downloadgnunet-gtk-c063d2964498620ed0cb9772637067c5c285fb3f.tar.gz
gnunet-gtk-c063d2964498620ed0cb9772637067c5c285fb3f.zip
-update comment
-rw-r--r--src/conversation/gnunet-conversation-gtk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index dfec0e62..93d1c5e5 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -59,6 +59,7 @@ static unsigned int line;
59 */ 59 */
60static char *ego_name; 60static char *ego_name;
61 61
62
62/** 63/**
63 * Get an object from the main window. 64 * Get an object from the main window.
64 * 65 *
@@ -77,13 +78,12 @@ GCG_get_main_window_object (const char *name)
77 * TODO: support animations. 78 * TODO: support animations.
78 * 79 *
79 * available icons: 80 * available icons:
80 * gnunet-conversation-gtk-tray-pending 81 * gnunet-conversation-offline
82 * gnunet-conversation-call-active
83 * gnunet-conversation-call-on-hold
81 * gnunet-conversation-gtk-tray-available 84 * gnunet-conversation-gtk-tray-available
82 * gnunet-conversation-gtk-tray-offline
83 * gnunet-conversation-gtk-tray-call-pending 85 * gnunet-conversation-gtk-tray-call-pending
84 * gnunet-conversation-gtk-tray-call-ringing 86 * gnunet-conversation-gtk-tray-call-ringing
85 * gnunet-conversation-gtk-tray-call-active
86 * gnunet-conversation-gtk-tray-call-suspended
87 * gnunet-conversation-gtk-tray-call-incoming 87 * gnunet-conversation-gtk-tray-call-incoming
88 * 88 *
89 * @param icon_name name of the icon to use 89 * @param icon_name name of the icon to use