aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade306
1 files changed, 168 insertions, 138 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index a2d3a56d..20cf2505 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -133,11 +133,20 @@
133 <property name="can_focus">False</property> 133 <property name="can_focus">False</property>
134 <property name="label" translatable="yes">_Caller Identity</property> 134 <property name="label" translatable="yes">_Caller Identity</property>
135 <property name="use_underline">True</property> 135 <property name="use_underline">True</property>
136 <property name="active">True</property>
137 <signal name="toggled" handler="gnunet_conversation_gtk_view_caller_id_checkmenuitem_toggled_cb" swapped="no"/> 136 <signal name="toggled" handler="gnunet_conversation_gtk_view_caller_id_checkmenuitem_toggled_cb" swapped="no"/>
138 </object> 137 </object>
139 </child> 138 </child>
140 <child> 139 <child>
140 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_zone_selection_checkmenuitem">
141 <property name="use_action_appearance">False</property>
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="label" translatable="yes">_Zone Selection</property>
145 <property name="use_underline">True</property>
146 <signal name="toggled" handler="gnunet_conversation_gtk_view_zone_selection_checkmenuitem_toggled_cb" swapped="no"/>
147 </object>
148 </child>
149 <child>
141 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_history_checkmenuitem"> 150 <object class="GtkCheckMenuItem" id="gnunet_conversation_gtk_view_history_checkmenuitem">
142 <property name="use_action_appearance">False</property> 151 <property name="use_action_appearance">False</property>
143 <property name="visible">True</property> 152 <property name="visible">True</property>
@@ -210,7 +219,6 @@
210 <property name="orientation">vertical</property> 219 <property name="orientation">vertical</property>
211 <child> 220 <child>
212 <object class="GtkFrame" id="gnunet_conversation_gtk_caller_identity_frame"> 221 <object class="GtkFrame" id="gnunet_conversation_gtk_caller_identity_frame">
213 <property name="visible">True</property>
214 <property name="can_focus">False</property> 222 <property name="can_focus">False</property>
215 <property name="label_xalign">0</property> 223 <property name="label_xalign">0</property>
216 <property name="shadow_type">none</property> 224 <property name="shadow_type">none</property>
@@ -240,6 +248,7 @@
240 <object class="GtkComboBox" id="gnunet_conversation_gtk_ego_combobox"> 248 <object class="GtkComboBox" id="gnunet_conversation_gtk_ego_combobox">
241 <property name="visible">True</property> 249 <property name="visible">True</property>
242 <property name="can_focus">False</property> 250 <property name="can_focus">False</property>
251 <property name="tooltip_text" translatable="yes">Select the ego which is supposed to be used for outgoing calls. This is the public key that you will be visible under to other users.</property>
243 <property name="model">gnunet_conversation_gtk_ego_liststore</property> 252 <property name="model">gnunet_conversation_gtk_ego_liststore</property>
244 <signal name="changed" handler="gnunet_conversation_gtk_ego_combobox_changed_cb" swapped="no"/> 253 <signal name="changed" handler="gnunet_conversation_gtk_ego_combobox_changed_cb" swapped="no"/>
245 <child> 254 <child>
@@ -352,101 +361,6 @@
352 <property name="can_focus">False</property> 361 <property name="can_focus">False</property>
353 <property name="orientation">vertical</property> 362 <property name="orientation">vertical</property>
354 <child> 363 <child>
355 <object class="GtkBox" id="gnunet_conversation_gtk_address_and_action_button_hbox">
356 <property name="visible">True</property>
357 <property name="can_focus">False</property>
358 <child>
359 <object class="GtkLabel" id="gnunet_conversation_address_label">
360 <property name="visible">True</property>
361 <property name="can_focus">False</property>
362 <property name="label" translatable="yes">Target:</property>
363 </object>
364 <packing>
365 <property name="expand">False</property>
366 <property name="fill">False</property>
367 <property name="padding">5</property>
368 <property name="position">0</property>
369 </packing>
370 </child>
371 <child>
372 <object class="GtkEntry" id="gnunet_conversation_gtk_address_entry">
373 <property name="visible">True</property>
374 <property name="can_focus">True</property>
375 <property name="invisible_char">•</property>
376 <signal name="changed" handler="gnunet_conversation_gtk_address_entry_changed_cb" swapped="no"/>
377 </object>
378 <packing>
379 <property name="expand">True</property>
380 <property name="fill">True</property>
381 <property name="padding">5</property>
382 <property name="position">1</property>
383 </packing>
384 </child>
385 <child>
386 <object class="GtkButton" id="gnunet_conversation_gtk_call_button">
387 <property name="label">gtk-connect</property>
388 <property name="use_action_appearance">False</property>
389 <property name="visible">True</property>
390 <property name="sensitive">False</property>
391 <property name="can_focus">True</property>
392 <property name="receives_default">True</property>
393 <property name="use_underline">True</property>
394 <property name="use_stock">True</property>
395 <property name="image_position">top</property>
396 <signal name="clicked" handler="gnunet_conversation_gtk_call_button_clicked_cb" swapped="no"/>
397 </object>
398 <packing>
399 <property name="expand">False</property>
400 <property name="fill">False</property>
401 <property name="padding">5</property>
402 <property name="position">2</property>
403 </packing>
404 </child>
405 <child>
406 <object class="GtkButton" id="gnunet_conversation_gtk_suspend_button">
407 <property name="label">gtk-media-pause</property>
408 <property name="use_action_appearance">False</property>
409 <property name="sensitive">False</property>
410 <property name="can_focus">True</property>
411 <property name="receives_default">True</property>
412 <property name="use_stock">True</property>
413 <property name="image_position">top</property>
414 <signal name="clicked" handler="gnunet_conversation_gtk_suspend_button_clicked_cb" swapped="no"/>
415 </object>
416 <packing>
417 <property name="expand">False</property>
418 <property name="fill">False</property>
419 <property name="padding">5</property>
420 <property name="position">3</property>
421 </packing>
422 </child>
423 <child>
424 <object class="GtkButton" id="gnunet_conversation_gtk_hangup_button">
425 <property name="label">gtk-disconnect</property>
426 <property name="use_action_appearance">False</property>
427 <property name="sensitive">False</property>
428 <property name="can_focus">True</property>
429 <property name="receives_default">True</property>
430 <property name="use_stock">True</property>
431 <property name="image_position">top</property>
432 <signal name="clicked" handler="gnunet_conversation_gtk_hangup_button_clicked_cb" swapped="no"/>
433 </object>
434 <packing>
435 <property name="expand">False</property>
436 <property name="fill">False</property>
437 <property name="padding">5</property>
438 <property name="position">4</property>
439 </packing>
440 </child>
441 </object>
442 <packing>
443 <property name="expand">False</property>
444 <property name="fill">False</property>
445 <property name="padding">5</property>
446 <property name="position">0</property>
447 </packing>
448 </child>
449 <child>
450 <object class="GtkBox" id="gnunet_conversation_gtk_active_calls_hbox"> 364 <object class="GtkBox" id="gnunet_conversation_gtk_active_calls_hbox">
451 <property name="visible">True</property> 365 <property name="visible">True</property>
452 <property name="can_focus">False</property> 366 <property name="can_focus">False</property>
@@ -560,6 +474,7 @@
560 <property name="sensitive">False</property> 474 <property name="sensitive">False</property>
561 <property name="can_focus">True</property> 475 <property name="can_focus">True</property>
562 <property name="receives_default">True</property> 476 <property name="receives_default">True</property>
477 <property name="tooltip_text" translatable="yes">Copy the phone address of the selected caller to our address book.</property>
563 <property name="xalign">0.4699999988079071</property> 478 <property name="xalign">0.4699999988079071</property>
564 <signal name="clicked" handler="gnunet_conversation_gtk_add_contact_button_clicked_cb" swapped="no"/> 479 <signal name="clicked" handler="gnunet_conversation_gtk_add_contact_button_clicked_cb" swapped="no"/>
565 </object> 480 </object>
@@ -578,6 +493,7 @@
578 <property name="sensitive">False</property> 493 <property name="sensitive">False</property>
579 <property name="can_focus">True</property> 494 <property name="can_focus">True</property>
580 <property name="receives_default">True</property> 495 <property name="receives_default">True</property>
496 <property name="tooltip_text" translatable="yes">Accept incoming call.</property>
581 <signal name="clicked" handler="gnunet_conversation_gtk_accept_button_clicked_cb" swapped="no"/> 497 <signal name="clicked" handler="gnunet_conversation_gtk_accept_button_clicked_cb" swapped="no"/>
582 </object> 498 </object>
583 <packing> 499 <packing>
@@ -595,6 +511,7 @@
595 <property name="sensitive">False</property> 511 <property name="sensitive">False</property>
596 <property name="can_focus">True</property> 512 <property name="can_focus">True</property>
597 <property name="receives_default">True</property> 513 <property name="receives_default">True</property>
514 <property name="tooltip_text" translatable="yes">Refuse incoming call.</property>
598 <signal name="clicked" handler="gnunet_conversation_gtk_refuse_button_clicked_cb" swapped="no"/> 515 <signal name="clicked" handler="gnunet_conversation_gtk_refuse_button_clicked_cb" swapped="no"/>
599 </object> 516 </object>
600 <packing> 517 <packing>
@@ -612,6 +529,7 @@
612 <property name="sensitive">False</property> 529 <property name="sensitive">False</property>
613 <property name="can_focus">True</property> 530 <property name="can_focus">True</property>
614 <property name="receives_default">True</property> 531 <property name="receives_default">True</property>
532 <property name="tooltip_text" translatable="yes">Resume suspended call.</property>
615 <signal name="clicked" handler="gnunet_conversation_gtk_resume_button_clicked_cb" swapped="no"/> 533 <signal name="clicked" handler="gnunet_conversation_gtk_resume_button_clicked_cb" swapped="no"/>
616 </object> 534 </object>
617 <packing> 535 <packing>
@@ -634,7 +552,7 @@
634 <property name="expand">True</property> 552 <property name="expand">True</property>
635 <property name="fill">True</property> 553 <property name="fill">True</property>
636 <property name="padding">5</property> 554 <property name="padding">5</property>
637 <property name="position">1</property> 555 <property name="position">0</property>
638 </packing> 556 </packing>
639 </child> 557 </child>
640 </object> 558 </object>
@@ -658,24 +576,23 @@
658 </packing> 576 </packing>
659 </child> 577 </child>
660 <child> 578 <child>
661 <object class="GtkFrame" id="gnunet_conversation_gtk_contact_list_frame"> 579 <object class="GtkFrame" id="gnunet_conversation_gtk_initiate_calls_frame">
662 <property name="visible">True</property> 580 <property name="visible">True</property>
663 <property name="can_focus">False</property> 581 <property name="can_focus">False</property>
664 <property name="label_xalign">0</property> 582 <property name="label_xalign">0</property>
665 <property name="shadow_type">none</property> 583 <property name="shadow_type">none</property>
666 <child> 584 <child>
667 <object class="GtkAlignment" id="gnunet_conversation_gtk_contact_list_alignment"> 585 <object class="GtkAlignment" id="gnunet_conversation_gtk_initiate_calls_alignment">
668 <property name="visible">True</property> 586 <property name="visible">True</property>
669 <property name="can_focus">False</property> 587 <property name="can_focus">False</property>
670 <property name="left_padding">12</property> 588 <property name="left_padding">12</property>
671 <child> 589 <child>
672 <object class="GtkBox" id="gnunet_conversation_gtk_contacts_toplevel_vbox"> 590 <object class="GtkBox" id="gnunet_conversation_gtk_initiate_calls_toplevel_vbox">
673 <property name="visible">True</property> 591 <property name="visible">True</property>
674 <property name="can_focus">False</property> 592 <property name="can_focus">False</property>
675 <property name="orientation">vertical</property> 593 <property name="orientation">vertical</property>
676 <child> 594 <child>
677 <object class="GtkBox" id="gnunet_conversation_gtk_zone_hbox"> 595 <object class="GtkBox" id="gnunet_conversation_gtk_zone_hbox">
678 <property name="visible">True</property>
679 <property name="can_focus">False</property> 596 <property name="can_focus">False</property>
680 <child> 597 <child>
681 <object class="GtkLabel" id="gnunet_conversation_gtk_contacts_zone_chooser_label"> 598 <object class="GtkLabel" id="gnunet_conversation_gtk_contacts_zone_chooser_label">
@@ -694,6 +611,7 @@
694 <object class="GtkComboBox" id="gnunet_conversation_gtk_contacts_zone_combobox"> 611 <object class="GtkComboBox" id="gnunet_conversation_gtk_contacts_zone_combobox">
695 <property name="visible">True</property> 612 <property name="visible">True</property>
696 <property name="can_focus">False</property> 613 <property name="can_focus">False</property>
614 <property name="tooltip_text" translatable="yes">Select the GNU Name System zone that should be used for resolving target names and to manage the address book.</property>
697 <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property> 615 <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property>
698 <property name="tearoff_title">Phonebook:</property> 616 <property name="tearoff_title">Phonebook:</property>
699 <signal name="changed" handler="gnunet_conversation_gtk_contacts_zone_combobox_changed_cb" swapped="no"/> 617 <signal name="changed" handler="gnunet_conversation_gtk_contacts_zone_combobox_changed_cb" swapped="no"/>
@@ -711,17 +629,59 @@
711 <property name="position">1</property> 629 <property name="position">1</property>
712 </packing> 630 </packing>
713 </child> 631 </child>
632 </object>
633 <packing>
634 <property name="expand">False</property>
635 <property name="fill">False</property>
636 <property name="padding">5</property>
637 <property name="position">0</property>
638 </packing>
639 </child>
640 <child>
641 <object class="GtkBox" id="gnunet_conversation_gtk_call_action_button_hbox">
642 <property name="visible">True</property>
643 <property name="can_focus">False</property>
714 <child> 644 <child>
715 <object class="GtkButton" id="gnunet_conversation_gtk_contacts_paste_button"> 645 <object class="GtkLabel" id="gnunet_conversation_call_address_label">
716 <property name="label">gtk-paste</property> 646 <property name="visible">True</property>
647 <property name="can_focus">False</property>
648 <property name="label" translatable="yes">Target:</property>
649 </object>
650 <packing>
651 <property name="expand">False</property>
652 <property name="fill">False</property>
653 <property name="padding">5</property>
654 <property name="position">0</property>
655 </packing>
656 </child>
657 <child>
658 <object class="GtkEntry" id="gnunet_conversation_gtk_address_entry">
659 <property name="visible">True</property>
660 <property name="can_focus">True</property>
661 <property name="tooltip_text" translatable="yes">Enter the GNU Name System name of the person you want to call here to initiate a call. During a call, the name of the caller is shown here.</property>
662 <property name="invisible_char">•</property>
663 <signal name="changed" handler="gnunet_conversation_gtk_address_entry_changed_cb" swapped="no"/>
664 </object>
665 <packing>
666 <property name="expand">True</property>
667 <property name="fill">True</property>
668 <property name="padding">5</property>
669 <property name="position">1</property>
670 </packing>
671 </child>
672 <child>
673 <object class="GtkButton" id="gnunet_conversation_gtk_call_button">
674 <property name="label">gtk-connect</property>
717 <property name="use_action_appearance">False</property> 675 <property name="use_action_appearance">False</property>
718 <property name="visible">True</property> 676 <property name="visible">True</property>
719 <property name="sensitive">False</property> 677 <property name="sensitive">False</property>
720 <property name="can_focus">True</property> 678 <property name="can_focus">True</property>
721 <property name="receives_default">True</property> 679 <property name="receives_default">True</property>
722 <property name="tooltip_text" translatable="yes">Add phone address from clipboard to address book.</property> 680 <property name="tooltip_text" translatable="yes">Initiate a conversation.</property>
681 <property name="use_underline">True</property>
723 <property name="use_stock">True</property> 682 <property name="use_stock">True</property>
724 <signal name="clicked" handler="gnunet_conversation_gtk_contacts_paste_button_clicked_cb" swapped="no"/> 683 <property name="image_position">top</property>
684 <signal name="clicked" handler="gnunet_conversation_gtk_call_button_clicked_cb" swapped="no"/>
725 </object> 685 </object>
726 <packing> 686 <packing>
727 <property name="expand">False</property> 687 <property name="expand">False</property>
@@ -730,61 +690,130 @@
730 <property name="position">2</property> 690 <property name="position">2</property>
731 </packing> 691 </packing>
732 </child> 692 </child>
693 <child>
694 <object class="GtkButton" id="gnunet_conversation_gtk_suspend_button">
695 <property name="label">gtk-media-pause</property>
696 <property name="use_action_appearance">False</property>
697 <property name="sensitive">False</property>
698 <property name="can_focus">True</property>
699 <property name="receives_default">True</property>
700 <property name="tooltip_text" translatable="yes">Suspend the call, putting the other person on hold.</property>
701 <property name="use_stock">True</property>
702 <property name="image_position">top</property>
703 <signal name="clicked" handler="gnunet_conversation_gtk_suspend_button_clicked_cb" swapped="no"/>
704 </object>
705 <packing>
706 <property name="expand">False</property>
707 <property name="fill">False</property>
708 <property name="padding">5</property>
709 <property name="position">3</property>
710 </packing>
711 </child>
712 <child>
713 <object class="GtkButton" id="gnunet_conversation_gtk_hangup_button">
714 <property name="label">gtk-disconnect</property>
715 <property name="use_action_appearance">False</property>
716 <property name="sensitive">False</property>
717 <property name="can_focus">True</property>
718 <property name="receives_default">True</property>
719 <property name="tooltip_text" translatable="yes">Terminate a conversation.</property>
720 <property name="use_stock">True</property>
721 <property name="image_position">top</property>
722 <signal name="clicked" handler="gnunet_conversation_gtk_hangup_button_clicked_cb" swapped="no"/>
723 </object>
724 <packing>
725 <property name="expand">False</property>
726 <property name="fill">False</property>
727 <property name="padding">5</property>
728 <property name="position">4</property>
729 </packing>
730 </child>
733 </object> 731 </object>
734 <packing> 732 <packing>
735 <property name="expand">False</property> 733 <property name="expand">False</property>
736 <property name="fill">False</property> 734 <property name="fill">False</property>
737 <property name="padding">5</property> 735 <property name="padding">5</property>
738 <property name="position">0</property> 736 <property name="position">1</property>
739 </packing> 737 </packing>
740 </child> 738 </child>
741 <child> 739 <child>
742 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_contact_list_scrolledwindow"> 740 <object class="GtkBox" id="gnunet_conversation_gtk_address_book_hbox">
743 <property name="visible">True</property> 741 <property name="visible">True</property>
744 <property name="can_focus">True</property> 742 <property name="can_focus">False</property>
745 <property name="shadow_type">in</property>
746 <child> 743 <child>
747 <object class="GtkTreeView" id="gnunet_conversation_gtk_contact_list_treeview"> 744 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_contact_list_scrolledwindow">
748 <property name="visible">True</property> 745 <property name="visible">True</property>
749 <property name="can_focus">True</property> 746 <property name="can_focus">True</property>
750 <property name="model">gnunet_conversation_gtk_contacts_liststore</property> 747 <property name="shadow_type">in</property>
751 <property name="headers_clickable">False</property>
752 <property name="search_column">0</property>
753 <signal name="row-activated" handler="gnunet_conversation_gtk_contact_list_treeview_row_activated_cb" swapped="no"/>
754 <child internal-child="selection">
755 <object class="GtkTreeSelection" id="treeview-selection"/>
756 </child>
757 <child> 748 <child>
758 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column"> 749 <object class="GtkTreeView" id="gnunet_conversation_gtk_contact_list_treeview">
759 <property name="title" translatable="yes">Type</property> 750 <property name="visible">True</property>
751 <property name="can_focus">True</property>
752 <property name="tooltip_text" translatable="yes">This is your address book.</property>
753 <property name="model">gnunet_conversation_gtk_contacts_liststore</property>
754 <property name="headers_clickable">False</property>
755 <property name="search_column">0</property>
756 <signal name="row-activated" handler="gnunet_conversation_gtk_contact_list_treeview_row_activated_cb" swapped="no"/>
757 <child internal-child="selection">
758 <object class="GtkTreeSelection" id="treeview-selection"/>
759 </child>
760 <child> 760 <child>
761 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/> 761 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column">
762 <attributes> 762 <property name="title" translatable="yes">Type</property>
763 <attribute name="text">1</attribute> 763 <child>
764 </attributes> 764 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/>
765 <attributes>
766 <attribute name="text">1</attribute>
767 </attributes>
768 </child>
769 </object>
765 </child> 770 </child>
766 </object>
767 </child>
768 <child>
769 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column">
770 <property name="resizable">True</property>
771 <property name="title" translatable="yes">Name</property>
772 <property name="expand">True</property>
773 <child> 771 <child>
774 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer"/> 772 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column">
775 <attributes> 773 <property name="resizable">True</property>
776 <attribute name="text">0</attribute> 774 <property name="title" translatable="yes">Name</property>
777 </attributes> 775 <property name="expand">True</property>
776 <child>
777 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer"/>
778 <attributes>
779 <attribute name="text">0</attribute>
780 </attributes>
781 </child>
782 </object>
778 </child> 783 </child>
779 </object> 784 </object>
780 </child> 785 </child>
781 </object> 786 </object>
787 <packing>
788 <property name="expand">True</property>
789 <property name="fill">True</property>
790 <property name="position">0</property>
791 </packing>
792 </child>
793 <child>
794 <object class="GtkButton" id="gnunet_conversation_gtk_contacts_paste_button">
795 <property name="label">gtk-paste</property>
796 <property name="use_action_appearance">False</property>
797 <property name="visible">True</property>
798 <property name="sensitive">False</property>
799 <property name="can_focus">True</property>
800 <property name="receives_default">True</property>
801 <property name="tooltip_text" translatable="yes">Add phone address from clipboard to address book.</property>
802 <property name="use_stock">True</property>
803 <signal name="clicked" handler="gnunet_conversation_gtk_contacts_paste_button_clicked_cb" swapped="no"/>
804 </object>
805 <packing>
806 <property name="expand">False</property>
807 <property name="fill">False</property>
808 <property name="padding">5</property>
809 <property name="position">1</property>
810 </packing>
782 </child> 811 </child>
783 </object> 812 </object>
784 <packing> 813 <packing>
785 <property name="expand">True</property> 814 <property name="expand">True</property>
786 <property name="fill">True</property> 815 <property name="fill">True</property>
787 <property name="position">1</property> 816 <property name="position">2</property>
788 </packing> 817 </packing>
789 </child> 818 </child>
790 </object> 819 </object>
@@ -792,10 +821,10 @@
792 </object> 821 </object>
793 </child> 822 </child>
794 <child type="label"> 823 <child type="label">
795 <object class="GtkLabel" id="gnunet_conversation_address_book_label"> 824 <object class="GtkLabel" id="gnunet_conversation_initiate_calls_label">
796 <property name="visible">True</property> 825 <property name="visible">True</property>
797 <property name="can_focus">False</property> 826 <property name="can_focus">False</property>
798 <property name="label" translatable="yes">&lt;b&gt;Address Book&lt;/b&gt;</property> 827 <property name="label" translatable="yes">&lt;b&gt;Initiate Calls&lt;/b&gt;</property>
799 <property name="use_markup">True</property> 828 <property name="use_markup">True</property>
800 </object> 829 </object>
801 </child> 830 </child>
@@ -826,6 +855,7 @@
826 <object class="GtkTreeView" id="gnunet_conversation_gtk_history_treeview"> 855 <object class="GtkTreeView" id="gnunet_conversation_gtk_history_treeview">
827 <property name="visible">True</property> 856 <property name="visible">True</property>
828 <property name="can_focus">True</property> 857 <property name="can_focus">True</property>
858 <property name="tooltip_text" translatable="yes">You can see your call activity during this session here. It is not stored after you close this window.</property>
829 <property name="model">gnunet_conversation_gtk_history_liststore</property> 859 <property name="model">gnunet_conversation_gtk_history_liststore</property>
830 <property name="headers_clickable">False</property> 860 <property name="headers_clickable">False</property>
831 <property name="search_column">0</property> 861 <property name="search_column">0</property>