diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h index e4907361..e4e007e0 100644 --- a/src/conversation/gnunet-conversation-gtk.h +++ b/src/conversation/gnunet-conversation-gtk.h | |||
@@ -304,10 +304,23 @@ enum CONVERSATION_ModelColumns | |||
304 | }; | 304 | }; |
305 | 305 | ||
306 | /** | 306 | /** |
307 | * List of active calls | ||
308 | */ | ||
309 | static GtkListStore *active_liststore; | ||
310 | |||
311 | /** | ||
312 | * List of active calls | ||
313 | */ | ||
314 | static GtkTreeView *active_treeview; | ||
315 | |||
316 | |||
317 | |||
318 | /** | ||
307 | * List of all known zones/egos. | 319 | * List of all known zones/egos. |
308 | */ | 320 | */ |
309 | static GtkListStore *contacts_liststore; | 321 | static GtkListStore *contacts_liststore; |
310 | 322 | ||
323 | |||
311 | /** | 324 | /** |
312 | * List of contacts. | 325 | * List of contacts. |
313 | */ | 326 | */ |